1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#20166 mysql-test-run.pl does not test system privilege tables creation

- Additional fixes caused by running without anonymous users
This commit is contained in:
msvensson@pilot.blaudden
2007-02-28 20:33:59 +01:00
parent 400a58e9c8
commit bfb417533a
5 changed files with 14 additions and 8 deletions

View File

@ -23,8 +23,8 @@ select * from t2;
show status like 'handler_discover%';
# Check dropping and recreating table on same server
connect (con1,localhost,,,test);
connect (con2,localhost,,,test);
connect (con1,localhost,root,,test);
connect (con2,localhost,root,,test);
connection con1;
select * from t1;
connection con2;