summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2004-11-16 00:04:12 +0100
committerguilhem@mysql.com <>2004-11-16 00:04:12 +0100
commite38dae0bc19160035a5b5c8a966e6dc6d1b3420e (patch)
tree4b3acfdee8480e9e03666d068ee6a08eed12672b /sql/log_event.h
parent162587878858b8c960d40956aae6258b84522607 (diff)
parent99417e07ebf210ce214bc5def4f15baa03857e0f (diff)
downloadmariadb-git-e38dae0bc19160035a5b5c8a966e6dc6d1b3420e.tar.gz
Merge
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index a1c02b0e3c0..7f958749a98 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -771,7 +771,7 @@ public:
const char* table_name_arg,
List<Item>& fields_arg, enum enum_duplicates handle_dup,
bool using_trans);
- void set_fields(List<Item> &fields_arg);
+ void set_fields(const char* db, List<Item> &fields_arg);
const char* get_db() { return db; }
#ifdef HAVE_REPLICATION
void pack_info(Protocol* protocol);