summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-11-25 23:30:02 -0700
committerunknown <sasha@mysql.sashanet.com>2000-11-25 23:30:02 -0700
commit7648e3bc3c3dd27f97b878760938f748499fd378 (patch)
tree9458409b0b7f19a9c39b35787b75b1000b592652 /sql/log_event.h
parentc3cc5856a5d9ee8fa3d01207613f961ae110b2cd (diff)
downloadmariadb-git-7648e3bc3c3dd27f97b878760938f748499fd378.tar.gz
yes, and a small change to log_event.h
sql/log_event.h: thread_id needs to be ulong sql/sql_base.cc: log drop of temp tables after disconnect add info about original thread on the master to table_cache_key
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index c956cfde396..b31d444ad21 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -115,7 +115,7 @@ public:
// otherwise, set it to 0, in which case, we compute it with strlen()
uint32 db_len;
uint16 error_code;
- int thread_id;
+ ulong thread_id;
#if !defined(MYSQL_CLIENT)
THD* thd;
Query_log_event(THD* thd_arg, const char* query_arg):
@@ -186,7 +186,7 @@ protected:
void copy_log_event(const char *buf, ulong data_len);
public:
- int thread_id;
+ ulong thread_id;
uint32 table_name_len;
uint32 db_len;
uint32 fname_len;