diff options
author | unknown <guilhem@mysql.com> | 2004-11-15 23:52:04 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2004-11-15 23:52:04 +0100 |
commit | a9eb3bce33428205930b24043005f3fc8e54b970 (patch) | |
tree | 34f207620bef0766a50ab94aa18cb120a3af0cb5 /sql/log_event.h | |
parent | 9fcff33c37325ce9ac14005cc9bb17aa013bc615 (diff) | |
parent | 2e0e77d56100c2123a7e6a3681f5bd46bb686bcc (diff) | |
download | mariadb-git-a9eb3bce33428205930b24043005f3fc8e54b970.tar.gz |
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1-clean
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 8070c334d8b..1606659e21e 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -587,7 +587,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); |