diff options
author | Luis Soares <luis.soares@sun.com> | 2009-10-23 17:07:45 +0100 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2009-10-23 17:07:45 +0100 |
commit | ba0afceb9ec43a429f14ae77f66aff5f395f9a96 (patch) | |
tree | abfc4e4a02a9379248a65646cd209cd6a61260a1 /mysql-test/r/debug_sync.result | |
parent | 75aa76072f29662f55d2374b092e3173e82e9fb3 (diff) | |
download | mariadb-git-ba0afceb9ec43a429f14ae77f66aff5f395f9a96.tar.gz |
post-push fixes
Disabled rpl_cross_version (instead of setting it experimental).
Fixed outstanding warning fix in main.debug_sync.
Diffstat (limited to 'mysql-test/r/debug_sync.result')
-rw-r--r-- | mysql-test/r/debug_sync.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/debug_sync.result b/mysql-test/r/debug_sync.result index 47e968f79cf..8b46334204c 100644 --- a/mysql-test/r/debug_sync.result +++ b/mysql-test/r/debug_sync.result @@ -243,7 +243,7 @@ GRANT ALL ON *.* TO mysqltest_2@localhost; REVOKE SUPER ON *.* FROM mysqltest_2@localhost; connection con1, mysqltest_2 SET DEBUG_SYNC= 'RESET'; -ERROR 42000: Access denied; you need the SUPER privilege for this operation +ERROR 42000: Access denied; you need (at least one of) the SUPER privilege(s) for this operation connection default DROP USER mysqltest_2@localhost; SET DEBUG_SYNC= 'RESET'; |