diff options
author | unknown <mikael@zim.(none)> | 2006-03-14 09:37:29 -0800 |
---|---|---|
committer | unknown <mikael@zim.(none)> | 2006-03-14 09:37:29 -0800 |
commit | ac4219fad80f279ba15fab3a445d09e701cf3f3c (patch) | |
tree | 99bfa7aa47a4ebb020f9b566b4c7ba22be8522a1 /mysql-test/r/sp-security.result | |
parent | 86293ca6fd6cd52ea650db78dc2a34008f20b44c (diff) | |
download | mariadb-git-ac4219fad80f279ba15fab3a445d09e701cf3f3c.tar.gz |
Fixing test cases
Diffstat (limited to 'mysql-test/r/sp-security.result')
-rw-r--r-- | mysql-test/r/sp-security.result | 2 |
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; |