diff options
author | guilhem@mysql.com <> | 2003-08-19 15:46:47 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2003-08-19 15:46:47 +0200 |
commit | 1a5c8be4082616fa3347f1c4709cbd7969cd8f01 (patch) | |
tree | 96fc3e34d0ad8c0c6612d46fb6ce4ffa5977b7ab /sql/log_event.h | |
parent | 83f35b8a81882329f59e9e9981be0fca2af97842 (diff) | |
download | mariadb-git-1a5c8be4082616fa3347f1c4709cbd7969cd8f01.tar.gz |
Fix for BUG#1096 which is:
"mysqlbinlog does not comment the original LOAD DATA INFILE if it has a "use xx""
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 155da07bebd..1031b940528 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -435,6 +435,7 @@ public: bool use_rli_only_for_errors); #else void print(FILE* file, bool short_form = 0, char* last_db = 0); + void print(FILE* file, bool short_form, char* last_db, bool commented); #endif Load_log_event(const char* buf, int event_len, bool old_format); |