summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorMagne Mahre <magne.mahre@sun.com>2010-01-27 13:23:28 +0100
committerMagne Mahre <magne.mahre@sun.com>2010-01-27 13:23:28 +0100
commite17fe14c81840557d411a89eb92a2957e7be5c26 (patch)
treee406c6828112b9dd5cfb12001fb243bc505d8613 /sql/mysql_priv.h
parentb55d41cb6a960980ea6ce07a68b0745287dc1b6b (diff)
downloadmariadb-git-e17fe14c81840557d411a89eb92a2957e7be5c26.tar.gz
WL#5182 Remove more deprecated 4.1/5.0 features
WL#5182 is a follow-up to WL#5154, deprecating a few more options and system variables.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index e99effe1dcb..34f29e7c458 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -124,7 +124,7 @@ char* query_table_status(THD *thd,const char *db,const char *table_name);
(Old), (Ver), (New)); \
else \
sql_print_warning("The syntax '%s' is deprecated and will be removed " \
- "in MySQL %s. Please use %s instead.", (Old), (Ver), (New)); \
+ "in a future release. Please use %s instead.", (Old), (New)); \
} while(0)
extern MYSQL_PLUGIN_IMPORT CHARSET_INFO *system_charset_info;