diff options
author | unknown <serg@serg.mylan> | 2004-03-19 16:43:03 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-03-19 16:43:03 +0100 |
commit | 5395e2e08a53e364a2a55b876877aaa5fb4d32c6 (patch) | |
tree | 44d850ce49c64220dd4569cd4dcb9e63374f649b /mysql-test/r/drop.result | |
parent | 85c7ce36879f0dfc68e26a13b384dc48d79d8100 (diff) | |
download | mariadb-git-5395e2e08a53e364a2a55b876877aaa5fb4d32c6.tar.gz |
DROP DATABASE now returns (affected_rows) number of tables dropped
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result index ca13f22e1eb..8b919964163 100644 --- a/mysql-test/r/drop.result +++ b/mysql-test/r/drop.result @@ -21,7 +21,7 @@ select * from mysqltest.mysqltest; n 4 drop database if exists mysqltest; -affected rows: 4 +affected rows: 1 create database mysqltest; drop database mysqltest; flush tables with read lock; |