mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
Merge stella.local:/home2/mydev/mysql-5.1-amain
into stella.local:/home2/mydev/mysql-5.1-axmrg
This commit is contained in:
commit
5a613e0afb
2 changed files with 2 additions and 0 deletions
|
@ -350,4 +350,5 @@ SELECT * FROM t1;
|
|||
a b
|
||||
1 root@localhost
|
||||
DROP DATABASE mysqltest1;
|
||||
DROP USER untrusted@localhost;
|
||||
End of 5.1 tests
|
||||
|
|
|
@ -276,5 +276,6 @@ INSERT INTO t1 VALUES (1,USER());
|
|||
SELECT * FROM t1;
|
||||
connection default;
|
||||
DROP DATABASE mysqltest1;
|
||||
DROP USER untrusted@localhost;
|
||||
|
||||
--echo End of 5.1 tests
|
||||
|
|
Loading…
Reference in a new issue