1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

after merge fixes

This commit is contained in:
serg@serg.mylan
2005-06-03 21:08:45 +02:00
parent e4d4baed62
commit 5b810bc607
2 changed files with 16 additions and 5 deletions

View File

@@ -403,8 +403,11 @@ drop database mysqltest;
select database();
# Connect without a database
connect (user4,localhost,mysqltest_1,,*NO-ONE*);
select database();
connect (user1,localhost,mysqltest_1,,*NO-ONE*);
connection user1;
select database(), user();
connection default;
disconnect user1;
#
# Test for Bug 856 'Naming a key "Primary" causes trouble'