diff options
author | unknown <serg@serg.mylan> | 2005-03-16 23:47:38 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-03-16 23:47:38 +0100 |
commit | e28dc4c7ef4e8821a36d62946f28437040eb5cee (patch) | |
tree | 34fd790f316a2e6b7c414db1e8d4dcbbf126432d /mysql-test/r/rpl_drop_temp.result | |
parent | b3ff091f1541d964b0e471475c382a78b46f1535 (diff) | |
download | mariadb-git-e28dc4c7ef4e8821a36d62946f28437040eb5cee.tar.gz |
log_event.cc:
#ifdef USING_TRANSACTIONS
ha_innodb.cc:
comment
rpl_drop_temp.test, rpl_drop_temp.result:
cleanup
mysql-test/r/rpl_drop_temp.result:
cleanup
mysql-test/t/rpl_drop_temp.test:
cleanup
sql/ha_innodb.cc:
comment
sql/log_event.cc:
#ifdef USING_TRANSACTIONS
Diffstat (limited to 'mysql-test/r/rpl_drop_temp.result')
-rw-r--r-- | mysql-test/r/rpl_drop_temp.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_drop_temp.result b/mysql-test/r/rpl_drop_temp.result index e00309cac8f..04fe094ea26 100644 --- a/mysql-test/r/rpl_drop_temp.result +++ b/mysql-test/r/rpl_drop_temp.result @@ -10,3 +10,4 @@ create temporary table mysqltest.t2 (n int); show status like 'Slave_open_temp_tables'; Variable_name Value Slave_open_temp_tables 0 +drop database mysqltest; |