mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
- Updates for 5.1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Test need anonymous user when connection are made as "zedjzlcsjhd"
|
||||
source include/add_anonymous_users.inc;
|
||||
|
||||
-- source include/master-slave.inc
|
||||
|
||||
@@ -200,4 +202,7 @@ select * from t1;
|
||||
connection master;
|
||||
drop table t1;
|
||||
|
||||
# Delete the anonymous users
|
||||
source include/delete_anonymous_users.inc;
|
||||
|
||||
# End of 5.1 tests
|
||||
|
||||
Reference in New Issue
Block a user