diff options
author | Luis Soares <luis.soares@sun.com> | 2010-03-08 23:55:19 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2010-03-08 23:55:19 +0000 |
commit | 17a30e02af67307de39ea50d8376163e7a0b7207 (patch) | |
tree | 0bf0bead1caec8c1798bdb7bfb5675433db040f2 /sql/log_event.cc | |
parent | 25a9f5e0941b879f1558579d4718ea5c747c7d12 (diff) | |
parent | f0b38904aaca492acb408aaf571758d9a8f9b83d (diff) | |
download | mariadb-git-17a30e02af67307de39ea50d8376163e7a0b7207.tar.gz |
Automerge: BUG 48993 bundle from bug report --> mysql-5.1-bugteam.
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r-- | sql/log_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc index 7de986b325b..8e8e7bd4338 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -9478,7 +9478,7 @@ Incident_log_event::write_data_body(IO_CACHE *file) they will always be printed for the first event. */ st_print_event_info::st_print_event_info() - :flags2_inited(0), sql_mode_inited(0), + :flags2_inited(0), sql_mode_inited(0), sql_mode(0), auto_increment_increment(0),auto_increment_offset(0), charset_inited(0), lc_time_names_number(~0), charset_database_number(ILLEGAL_CHARSET_INFO_NUMBER), |