summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-02-16 08:38:15 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-02-16 08:38:15 -0300
commitd3a10ec6efdf8a257935a8f6161ca83d5538ce6b (patch)
treed832f687010d1e087be6a577a52780b46b04ac98 /sql/set_var.cc
parentb2a8faebea8b83c2d90096dac2627290f090bb07 (diff)
downloadmariadb-git-d3a10ec6efdf8a257935a8f6161ca83d5538ce6b.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 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index f14068fcfcb..7e2efd2d580 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -3682,7 +3682,7 @@ bool sys_var_thd_storage_engine::update(THD *thd, set_var *var)
void sys_var_thd_table_type::warn_deprecated(THD *thd)
{
- WARN_DEPRECATED(thd, "5.2", "@@table_type", "'@@storage_engine'");
+ WARN_DEPRECATED(thd, "6.0", "@@table_type", "'@@storage_engine'");
}
void sys_var_thd_table_type::set_default(THD *thd, enum_var_type type)
@@ -3944,7 +3944,7 @@ bool process_key_caches(process_key_cache_t func)
void sys_var_trust_routine_creators::warn_deprecated(THD *thd)
{
- WARN_DEPRECATED(thd, "5.2", "@@log_bin_trust_routine_creators",
+ WARN_DEPRECATED(thd, "6.0", "@@log_bin_trust_routine_creators",
"'@@log_bin_trust_function_creators'");
}