summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_tmp_table_and_DDL.test
blob: 56924a2efe9e046de9b90f675e8dc168c86fc7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Bug#49132 
# This test verifies if executing DDL statement before trying to manipulate
# a temporary table causes row-based replication to break with error 'table
# does not exist' base on myisam engine.
#

source include/master-slave.inc;
source include/have_binlog_format_row.inc;

LET $ENGINE_TYPE= MyISAM;
source extra/rpl_tests/rpl_tmp_table_and_DDL.test;