############################################################# # Purpose: To test having extra columns on the master WL#3915 # engine inspecific sourced part ############################################################# # TODO: partition specific # -- source include/have_partition.inc ########### Clean up ################ --disable_warnings --disable_query_log DROP TABLE IF EXISTS t1,t2,t3,t4,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