mariadb/mysql-test/extra/rpl_tests
unknown 16105170c0 WL#3259 (RBR with more columns on slave than on master):
Added support for UPDATE.
Some minor fixes.


mysql-test/t/rpl_row_tabledefs_2myisam.test:
  Rename: mysql-test/t/rpl_row_tabledefs.test -> mysql-test/t/rpl_row_tabledefs_2myisam.test
mysql-test/extra/rpl_tests/rpl_row_tabledefs.test:
  Extending test to ensure that there is one more null byte on slave than
  it is on the master.
  Some cleanup.
sql/field.cc:
  Added support to find the last null byte for a field.
sql/field.h:
  Added support to find the last null byte for a field.
sql/log_event.cc:
  unpack_row() will now deduce the number of null bytes on the slave
  and use that when copying the null bytes from the row.
  Factored out code to copy "extra" record fields into separate function.
  Used that function to copy the "extra" fields when updating a row as well.
mysql-test/r/rpl_row_tabledefs_2myisam.result:
  Result change
mysql-test/r/rpl_row_tabledefs_3innodb.result:
  New BitKeeper file ``mysql-test/r/rpl_row_tabledefs_3innodb.result''
mysql-test/r/rpl_row_tabledefs_7ndb.result:
  New BitKeeper file ``mysql-test/r/rpl_row_tabledefs_7ndb.result''
mysql-test/t/rpl_row_tabledefs_3innodb.test:
  New BitKeeper file ``mysql-test/t/rpl_row_tabledefs_3innodb.test''
2006-05-08 20:05:25 +02:00
..
rpl_auto_increment.test
rpl_commit_after_flush.test
rpl_ddl.test
rpl_deadlock.test
rpl_delete_no_where.test
rpl_EE_err.test
rpl_failed_optimize.test
rpl_flsh_tbls.test
rpl_foreign_key.test
rpl_insert_id.test
rpl_insert_id_pk.test
rpl_insert_ignore.test
rpl_loaddata.test
rpl_log.test
rpl_max_relay_size.test
rpl_multi_query.test
rpl_multi_update.test
rpl_multi_update2.test
rpl_multi_update3.test
rpl_ndb_2multi_eng.test
rpl_partition.test
rpl_relayrotate.test
rpl_reset_slave.test
rpl_row_001.test
rpl_row_blob.test
rpl_row_charset.test
rpl_row_delayed_ins.test
rpl_row_func003.test
rpl_row_sp002.test
rpl_row_sp003.test
rpl_row_sp006.test
rpl_row_sp007.test
rpl_row_tabledefs.test WL#3259 (RBR with more columns on slave than on master): 2006-05-08 20:05:25 +02:00
rpl_row_UUID.test
rpl_stm_000001.test
rpl_stm_charset.test
rpl_stm_EE_err2.test
rpl_sv_relay_space.test
rpl_trig004.test