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

Merge fixes

This commit is contained in:
brian@zim.(none)
2006-08-14 16:50:52 -07:00
parent 8deb5beb9c
commit 16a5d97a5d
3 changed files with 6 additions and 8 deletions

View File

@@ -1325,7 +1325,6 @@ grant REPLICATION CLIENT on *.* to mysqltest_1@localhost;
# Clean up
drop table t1;
drop user mysqltest_1@localhost;
drop user mysqltest_1;
--echo End of 5.0 tests