diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-02-16 08:38:15 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-02-16 08:38:15 -0300 |
commit | d5f92fec29fac7810db68387fdfa126a294b1263 (patch) | |
tree | d832f687010d1e087be6a577a52780b46b04ac98 /mysql-test/r/show_check.result | |
parent | ac8f752e929fa90cec607ebced0ee12d6045b11d (diff) | |
download | mariadb-git-d5f92fec29fac7810db68387fdfa126a294b1263.tar.gz |
Bug#41077: Warning contains wrong future version
Substitute all references of MySQL version "5.2" to "6.0" in
deprecation warning messages.Deprecated constructs are being
removed in the 6.0 tree.
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r-- | mysql-test/r/show_check.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 2051939e4b6..c8ea9d79a13 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -1295,7 +1295,7 @@ drop database mysqltest; show full plugin; show warnings; Level Code Message -Warning 1287 The syntax 'SHOW PLUGIN' is deprecated and will be removed in MySQL 5.2. Please use 'SHOW PLUGINS' instead +Warning 1287 The syntax 'SHOW PLUGIN' is deprecated and will be removed in MySQL 6.0. Please use 'SHOW PLUGINS' instead show plugin; show plugins; create database `mysqlttest\1`; |