diff options
author | unknown <serg@serg.mylan> | 2004-03-18 11:03:24 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-03-18 11:03:24 +0100 |
commit | 84b256013b7831e84d584f9c23efcd5623588129 (patch) | |
tree | 55977e12cdb53a748cadde527c0c1d4b098c6090 /mysql-test/r/drop.result | |
parent | 7395d54d5b59d9615773c1300953df3b225b0027 (diff) | |
download | mariadb-git-84b256013b7831e84d584f9c23efcd5623588129.tar.gz |
make DROP DATABASE to behave as documented in the manual - to report number of files deleted
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result index 3748af1b8f9..ca13f22e1eb 100644 --- a/mysql-test/r/drop.result +++ b/mysql-test/r/drop.result @@ -21,6 +21,7 @@ select * from mysqltest.mysqltest; n 4 drop database if exists mysqltest; +affected rows: 4 create database mysqltest; drop database mysqltest; flush tables with read lock; |