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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user