summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index c2f256c73b5..19e5acfa64c 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -7446,20 +7446,6 @@ int set_statement_var_if_exists(THD *thd, const char *var_name,
}
-Query_tables_backup::Query_tables_backup(THD* _thd) :
- thd(_thd)
-{
- thd->lex->reset_n_backup_query_tables_list(&backup);
- thd->lex->sql_command= backup.sql_command;
-}
-
-
-Query_tables_backup::~Query_tables_backup()
-{
- thd->lex->restore_backup_query_tables_list(&backup);
-}
-
-
bool LEX::sp_add_cfetch(THD *thd, const LEX_CSTRING *name)
{
uint offset;