mariadb/mysql-test/extra/binlog_tests
Sergei Golubchik 76f0b94bb0 merge with 5.3
sql/sql_insert.cc:
  CREATE ... IF NOT EXISTS may do nothing, but
  it is still not a failure. don't forget to my_ok it.
  ******
  CREATE ... IF NOT EXISTS may do nothing, but
  it is still not a failure. don't forget to my_ok it.
sql/sql_table.cc:
  small cleanup
  ******
  small cleanup
2011-10-19 21:45:18 +02:00
..
binlog.test merge with 5.3 2011-10-19 21:45:18 +02:00
binlog_cache_stat.test BUG#57275 binlog_cache_size affects trx- and stmt-cache and gets twice the expected memory 2010-11-05 17:42:37 +00:00
binlog_insert_delayed.test Bug #57666 Unclear warning with broken text in error log on INSERT DELAYED 2010-11-29 11:04:16 +08:00
binlog_truncate.test Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
blackhole.test Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
ctype_cp932.test
ctype_cp932_binlog.test
ctype_ucs_binlog.test
database.test Bug #11765416 (former 58381) 2011-03-15 11:49:14 +01:00
drop_table.test
drop_temp_table.test
implicit.test
insert_select-binlog.test
mix_innodb_myisam_binlog.test merge with 5.3 2011-10-19 21:45:18 +02:00
mix_innodb_myisam_side_effects.test