From fab84ec97991b79cf41a7acb8009dfe263f6143a Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 18 Sep 2019 11:03:33 +0200 Subject: removes references to a sysvar that disappeared 6 years ago --- sql/sys_vars.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql/sys_vars.cc') 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( -- cgit v1.2.1