diff options
author | Matthias Leich <Matthias.Leich@sun.com> | 2009-02-05 17:48:47 +0100 |
---|---|---|
committer | Matthias Leich <Matthias.Leich@sun.com> | 2009-02-05 17:48:47 +0100 |
commit | 09387431c180af5a719c923b81149792204b749d (patch) | |
tree | bf6537775789a4162ab3b990d24400a9d7115fd6 /mysql-test/r/status.result | |
parent | a7435ddf49d28526fc45f3e52324514e71ffdd30 (diff) | |
download | mariadb-git-09387431c180af5a719c923b81149792204b749d.tar.gz |
Fix for Bug#42602 main.status: random failures
+ minor improvements
Diffstat (limited to 'mysql-test/r/status.result')
-rw-r--r-- | mysql-test/r/status.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/status.result b/mysql-test/r/status.result index b76109a3d0e..ca815540c29 100644 --- a/mysql-test/r/status.result +++ b/mysql-test/r/status.result @@ -196,7 +196,7 @@ create table db37908.t1(f1 int); insert into db37908.t1 values(1); grant usage,execute on test.* to mysqltest_1@localhost; create procedure proc37908() begin select 1; end | -create function func37908() returns int sql security invoker +create function func37908() returns int sql security invoker return (select * from db37908.t1 limit 1)| select * from db37908.t1; ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't1' |