summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-security.result
diff options
context:
space:
mode:
authorunknown <mikael@zim.(none)>2006-03-14 09:37:29 -0800
committerunknown <mikael@zim.(none)>2006-03-14 09:37:29 -0800
commit1749033387fb19188e36a15e19270b714d9fa590 (patch)
tree99bfa7aa47a4ebb020f9b566b4c7ba22be8522a1 /mysql-test/r/sp-security.result
parent380d12e201845511af8468d90552bfb37b8a0988 (diff)
downloadmariadb-git-1749033387fb19188e36a15e19270b714d9fa590.tar.gz
Fixing test cases
Diffstat (limited to 'mysql-test/r/sp-security.result')
-rw-r--r--mysql-test/r/sp-security.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp-security.result b/mysql-test/r/sp-security.result
index c8a0e40a971..a1e78cd9d7e 100644
--- a/mysql-test/r/sp-security.result
+++ b/mysql-test/r/sp-security.result
@@ -319,7 +319,7 @@ use db_bug7787;
CREATE PROCEDURE p1()
SHOW INNODB STATUS;
Warnings:
-Warning 1540 The syntax 'SHOW INNODB STATUS' is deprecated and will be removed in MySQL 5.2. Please use 'SHOW ENGINE INNODB STATUS' instead.
+Warning 1541 The syntax 'SHOW INNODB STATUS' is deprecated and will be removed in MySQL 5.2. Please use 'SHOW ENGINE INNODB STATUS' instead.
GRANT EXECUTE ON PROCEDURE p1 TO user_bug7787@localhost;
DROP DATABASE db_bug7787;
use test;