summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2004-11-16 00:04:12 +0100
committerunknown <guilhem@mysql.com>2004-11-16 00:04:12 +0100
commit79d9cb5a7017535275a90afb9dfa168ae7423dd3 (patch)
tree4b3acfdee8480e9e03666d068ee6a08eed12672b /sql/log_event.h
parente75d0098ed4cfa87c64ef0a1e9fc952111f45536 (diff)
parenta9eb3bce33428205930b24043005f3fc8e54b970 (diff)
downloadmariadb-git-79d9cb5a7017535275a90afb9dfa168ae7423dd3.tar.gz
Merge
Makefile.am: Auto merged client/Makefile.am: Auto merged client/mysqldump.c: Auto merged configure.in: Auto merged include/my_global.h: Auto merged sql/log_event.cc: Auto merged sql/log_event.h: Auto merged sql/sql_parse.cc: SCCS merged
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);