diff options
author | unknown <serg@serg.mylan> | 2006-03-01 21:36:05 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-03-01 21:36:05 +0100 |
commit | a28368f2c2ce46258a8ead05af2e4d1b5cce7a38 (patch) | |
tree | 45b7fa34e4dd30896530057e23903f45ab164a78 /mysql-test/r/sp-security.result | |
parent | a636ec4dec6a5f2dee1ce7227b6e1146aa2c72e7 (diff) | |
download | mariadb-git-a28368f2c2ce46258a8ead05af2e4d1b5cce7a38.tar.gz |
for every deprecated feature say when it will be removed.
restore CREATE TABLE ... TYPE=engine until 5.2
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 d8abc387677..a1a197cb9d6 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 1287 'SHOW INNODB STATUS' is deprecated; use 'SHOW ENGINE INNODB STATUS' instead +Warning 1540 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; |