summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-08-01 18:39:13 -0600
committerunknown <tsmith@ramayana.hindu.god>2007-08-01 18:39:13 -0600
commit90d62296520ca275d4ebfa8b51987eef0044e1ed (patch)
tree3c3c9ff4b8b97736a109520a834f13f746d3ed7d /sql/sql_class.cc
parented4836857e6326f248a0530c3a21c3e3d4e94e24 (diff)
parent7b1f54257fa994323e50c247ac1d9d5b447c2a72 (diff)
downloadmariadb-git-90d62296520ca275d4ebfa8b51987eef0044e1ed.tar.gz
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50 sql/handler.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_table.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 2209dc157e3..b67f63778dc 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -198,7 +198,7 @@ THD::THD()
count_cuted_fields= CHECK_FIELD_IGNORE;
killed= NOT_KILLED;
db_length= col_access=0;
- query_error= tmp_table_used= 0;
+ query_error= tmp_table_used= thread_specific_used= 0;
next_insert_id=last_insert_id=0;
hash_clear(&handler_tables_hash);
tmp_table=0;