diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-09-18 11:03:33 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-09-28 19:21:10 +0200 |
commit | fab84ec97991b79cf41a7acb8009dfe263f6143a (patch) | |
tree | 6caaed5af69caee5f18a38156bbf9daf576d94a1 /sql/sql_update.cc | |
parent | 32efbaa19a86a34cb36b02da0ea5ed553677d11b (diff) | |
download | mariadb-git-fab84ec97991b79cf41a7acb8009dfe263f6143a.tar.gz |
removes references to a sysvar that disappeared 6 years ago
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 258aa470b7b..6e2fec83d26 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -2335,7 +2335,7 @@ loop_end: tmp_param->field_count= temp_fields.elements; tmp_param->func_count= temp_fields.elements - 1; calc_group_buffer(tmp_param, &group); - /* small table, ignore SQL_BIG_TABLES */ + /* small table, ignore @@big_tables */ my_bool save_big_tables= thd->variables.big_tables; thd->variables.big_tables= FALSE; tmp_tables[cnt]=create_tmp_table(thd, tmp_param, temp_fields, |