From ba0afceb9ec43a429f14ae77f66aff5f395f9a96 Mon Sep 17 00:00:00 2001 From: Luis Soares Date: Fri, 23 Oct 2009 17:07:45 +0100 Subject: post-push fixes Disabled rpl_cross_version (instead of setting it experimental). Fixed outstanding warning fix in main.debug_sync. --- mysql-test/r/debug_sync.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/debug_sync.result') 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'; -- cgit v1.2.1