summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-09-18 11:03:33 +0200
committerSergei Golubchik <serg@mariadb.org>2019-09-28 19:21:10 +0200
commitfab84ec97991b79cf41a7acb8009dfe263f6143a (patch)
tree6caaed5af69caee5f18a38156bbf9daf576d94a1 /sql/sys_vars.cc
parent32efbaa19a86a34cb36b02da0ea5ed553677d11b (diff)
downloadmariadb-git-fab84ec97991b79cf41a7acb8009dfe263f6143a.tar.gz
removes references to a sysvar that disappeared 6 years ago
Diffstat (limited to 'sql/sys_vars.cc')
-rw-r--r--sql/sys_vars.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sys_vars.cc b/sql/sys_vars.cc
index d91c42c8894..4e20ec40bf7 100644
--- a/sql/sys_vars.cc
+++ b/sql/sys_vars.cc
@@ -4160,8 +4160,7 @@ export sys_var *Sys_autocommit_ptr= &Sys_autocommit; // for sql_yacc.yy
static Sys_var_mybool Sys_big_tables(
"big_tables", "Old variable, which if set to 1, allows large result sets "
"by saving all temporary sets to disk, avoiding 'table full' errors. No "
- "longer needed, as the server now handles this automatically. "
- "sql_big_tables is a synonym.",
+ "longer needed, as the server now handles this automatically.",
SESSION_VAR(big_tables), CMD_LINE(OPT_ARG), DEFAULT(FALSE));
static Sys_var_bit Sys_big_selects(