MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/rpl/r/
File Upload :
Current File : //opt/mysql/mysql-test/suite/rpl/r/rpl_trunc_temp.result

include/master-slave.inc
[connection master]
create temporary table t1 (n int);
insert into t1 values(1);
show status like 'Slave_open_temp_tables';
Variable_name	Value
Slave_open_temp_tables	1
delete from t1;
show status like 'Slave_open_temp_tables';
Variable_name	Value
Slave_open_temp_tables	1
truncate t1;
show status like 'Slave_open_temp_tables';
Variable_name	Value
Slave_open_temp_tables	1
show status like 'Slave_open_temp_tables';
Variable_name	Value
Slave_open_temp_tables	0
include/rpl_end.inc

OHA YOOOO