summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_tmp_table_and_DDL.test
blob: d8c6ae5ade808b708ab156393c84fa9f7c609827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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;