summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authorunknown <konstantin@oak.local>2003-11-05 15:55:20 +0300
committerunknown <konstantin@oak.local>2003-11-05 15:55:20 +0300
commit69a5b3e8c896491d69b643376dbac5a08a3abb30 (patch)
tree11c1e574a167212c4e1c96d3b026a7cba3df405e /sql/set_var.cc
parentf00310a62231a011eef8b8066314eb5f4e6b6a9e (diff)
downloadmariadb-git-69a5b3e8c896491d69b643376dbac5a08a3abb30.tar.gz
cleanup - we reset select_lex.options in mysql_parse anyway,
no need to sync'em here
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index 8d64a684476..76fb2e0a4b3 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -1333,7 +1333,6 @@ byte *sys_var_thd_enum::value_ptr(THD *thd, enum_var_type type,
bool sys_var_thd_bit::update(THD *thd, set_var *var)
{
int res= (*update_func)(thd, var);
- thd->lex.select_lex.options=thd->options;
return res;
}