summaryrefslogtreecommitdiff
path: root/mysql-test/r/read_only.result
diff options
context:
space:
mode:
authorunknown <thek@adventure.(none)>2007-12-10 16:16:21 +0100
committerunknown <thek@adventure.(none)>2007-12-10 16:16:21 +0100
commitdcc2e663916925c152c14599751ab107e0ae7999 (patch)
treef1df1a19612e0e8abb0657faaab5440bbc0ab1f0 /mysql-test/r/read_only.result
parentcf44fb4c9646ff5739486b290f07d31c775a92cb (diff)
downloadmariadb-git-dcc2e663916925c152c14599751ab107e0ae7999.tar.gz
Test fails because of non deterministric function: show grants for current_user()
mysql-test/r/read_only.result: Removing non deterministic test results from test. mysql-test/t/read_only.test: Removing non deterministic test results from test.
Diffstat (limited to 'mysql-test/r/read_only.result')
-rw-r--r--mysql-test/r/read_only.result5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/read_only.result b/mysql-test/r/read_only.result
index 827a137f5b2..1bf99a8ea07 100644
--- a/mysql-test/r/read_only.result
+++ b/mysql-test/r/read_only.result
@@ -60,11 +60,6 @@ grant all on mysqltest_db2.* to `mysqltest_u1`@`%`;
create database mysqltest_db1;
grant all on mysqltest_db1.* to `mysqltest_u1`@`%`;
flush privileges;
-show grants for current_user();
-Grants for mysqltest_u1@%
-GRANT USAGE ON *.* TO 'mysqltest_u1'@'%'
-GRANT ALL PRIVILEGES ON `mysqltest_db2`.* TO 'mysqltest_u1'@'%'
-GRANT ALL PRIVILEGES ON `mysqltest_db1`.* TO 'mysqltest_u1'@'%'
create database mysqltest_db2;
ERROR HY000: The MySQL server is running with the --read-only option so it cannot execute this statement
show databases like '%mysqltest_db2%';