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

Fixing test cases

This commit is contained in:
unknown
2006-03-14 09:37:29 -08:00
parent 86293ca6fd
commit ac4219fad8
7 changed files with 26 additions and 26 deletions

View File

@@ -63,10 +63,10 @@ flush logs;
# check locking of the log tables
#
--error 1532
--error 1533
lock tables mysql.general_log WRITE;
--error 1532
--error 1533
lock tables mysql.slow_log WRITE;
#
@@ -75,10 +75,10 @@ lock tables mysql.slow_log WRITE;
# tables are always opened and locked by the logger.
#
--error 1533
--error 1534
lock tables mysql.general_log READ;
--error 1533
--error 1534
lock tables mysql.slow_log READ;
#