summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-10-20 01:21:20 +0400
committerkostja@bodhi.(none) <>2007-10-20 01:21:20 +0400
commit62a7103a3def3e4d9625a7a83dff6e6653367f85 (patch)
treea74973518648377170d396cc6b829e384f3f28e5 /sql/sql_class.cc
parentc60397ef1988ed1286a4d99dc2b9f9216c5dd98b (diff)
parent7c00f8a3b474ef278004d29dcd8811f0c8f76d50 (diff)
downloadmariadb-git-62a7103a3def3e4d9625a7a83dff6e6653367f85.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
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 d3ebfd94aa7..d77e531ec13 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -395,7 +395,7 @@ THD::THD()
count_cuted_fields= CHECK_FIELD_IGNORE;
killed= NOT_KILLED;
col_access=0;
- query_error= thread_specific_used= FALSE;
+ is_slave_error= thread_specific_used= FALSE;
hash_clear(&handler_tables_hash);
tmp_table=0;
used_tables=0;