diff options
author | unknown <cbell/Chuck@mysql_cab_desk.> | 2007-02-26 14:33:58 -0500 |
---|---|---|
committer | unknown <cbell/Chuck@mysql_cab_desk.> | 2007-02-26 14:33:58 -0500 |
commit | f3377aa8947836e355c780ae767ab3573e976afe (patch) | |
tree | fa283e662a33cb4654cb034379a7dc978b28b04a /sql/log.h | |
parent | c140b92cfb1de9d0e9374bef96dc2d24ffb6ae8a (diff) | |
parent | 9f957f1429df804b35eafe468e20b219e8070d91 (diff) | |
download | mariadb-git-f3377aa8947836e355c780ae767ab3573e976afe.tar.gz |
Merge cbell@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl
into mysql_cab_desk.:C:/source/C++/mysql-5.1-new-rpl
sql/item_func.cc:
Auto merged
sql/log.cc:
Auto merged
sql/log.h:
Auto merged
sql/sp_head.cc:
Auto merged
sql/sql_class.cc:
Auto merged
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h index 80aa4b20ee6..970823dcd4a 100644 --- a/sql/log.h +++ b/sql/log.h @@ -341,7 +341,7 @@ public: int write_cache(IO_CACHE *cache, bool lock_log, bool flush_and_sync); - void start_union_events(THD *thd); + void start_union_events(THD *thd, query_id_t query_id_param); void stop_union_events(THD *thd); bool is_query_in_union(THD *thd, query_id_t query_id_param); |