mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
after merge fix
This commit is contained in:
@@ -749,7 +749,6 @@ KEY_COLUMN_USAGE TABLE_NAME select
|
|||||||
delete from mysql.user where user='mysqltest_4';
|
delete from mysql.user where user='mysqltest_4';
|
||||||
flush privileges;
|
flush privileges;
|
||||||
SELECT table_schema, count(*) FROM information_schema.TABLES GROUP BY TABLE_SCHEMA;
|
SELECT table_schema, count(*) FROM information_schema.TABLES GROUP BY TABLE_SCHEMA;
|
||||||
table_schema count(*)
|
table_schema count(*)
|
||||||
information_schema 15
|
information_schema 15
|
||||||
mysql 17
|
mysql 17
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user