1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

DROP DATABASE now returns (affected_rows) number of tables dropped

This commit is contained in:
unknown
2004-03-19 16:43:03 +01:00
parent 85c7ce3687
commit 5395e2e08a
2 changed files with 1 additions and 4 deletions

View File

@@ -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;