summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
authorunknown <vva@eagle.mysql.r18.ru>2003-04-03 12:54:08 -0400
committerunknown <vva@eagle.mysql.r18.ru>2003-04-03 12:54:08 -0400
commit4a1542d056456a872b94d9cece6f148687f24ea7 (patch)
tree50ff6005ec5d908a13cc6c6f5c14ce56b51d80c1 /sql/log_event.cc
parentf34b63ac4991b1ba48dd5a9375251ad2c856a2ca (diff)
downloadmariadb-git-4a1542d056456a872b94d9cece6f148687f24ea7.tar.gz
added test for replication load data into temporary table with additional options
sql/log_event.cc: fix bug #183 (Replication of temporary tables not working)
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r--sql/log_event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc
index bb885ead3df..c8eb4026120 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -1881,7 +1881,7 @@ int Load_log_event::exec_event(NET* net, struct st_relay_log_info* rli,
ex.skip_lines = skip_lines;
List<Item> field_list;
set_fields(field_list);
- thd->slave_proxy_id = thd->thread_id;
+ thd->slave_proxy_id = thread_id;
if (net)
{
// mysql_load will use thd->net to read the file