summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorsergefp@mysql.com <>2005-08-03 03:47:07 +0000
committersergefp@mysql.com <>2005-08-03 03:47:07 +0000
commitf595847ec08e59199302b22ff71e63ce3164a809 (patch)
tree551d1a44fe7c14ba73b87378e84fb04d7228ab30 /sql/sql_lex.cc
parent2b70615913c3369867932011728d320e4a5a1a0b (diff)
parentb6a6fe0849a3cba46c4ed6446612bfdb29d162ba (diff)
downloadmariadb-git-f595847ec08e59199302b22ff71e63ce3164a809.tar.gz
Manual merge
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index ccc0236997f..674d9302c72 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -2008,6 +2008,7 @@ void st_lex::cleanup_after_one_table_open()
time_zone_tables_used= 0;
if (sroutines.records)
my_hash_reset(&sroutines);
+ sroutines_list.empty();
}