summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorunknown <thek@kpdesk.mysql.com>2007-02-19 15:26:07 +0100
committerunknown <thek@kpdesk.mysql.com>2007-02-19 15:26:07 +0100
commit6e8be5380478aaad76f8553f80433737a9e63cec (patch)
tree89ccb5c0f76bd7162db876658c2e286adf3e5534 /sql/sql_parse.cc
parente3495f5f4b67bcd7ffae01844bb7c4974f9e4e86 (diff)
parent114e5b8ddb26aff34f9ea8418dfe73043b912f0f (diff)
downloadmariadb-git-6e8be5380478aaad76f8553f80433737a9e63cec.tar.gz
Merge kpdesk.mysql.com:/home/thek/dev/bug23240/my41-bug23240
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-runtime sql/sql_parse.cc: Auto merged
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index c39b438c838..7cf61cdcfa5 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -1175,6 +1175,7 @@ extern "C" pthread_handler_decl(handle_bootstrap,arg)
free_root(thd->mem_root,MYF(MY_KEEP_PREALLOC));
break;
}
+ thd->set_time();
mysql_parse(thd,thd->query,length);
close_thread_tables(thd); // Free tables
if (thd->is_fatal_error)