diff options
author | konstantin@mysql.com <> | 2006-02-02 16:57:34 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-02-02 16:57:34 +0300 |
commit | 92b41ba92a022e86127481f2f4a90849feb93114 (patch) | |
tree | 8b45ee033b876bd5d51ce4afe7627ae87815b79c /sql/log_event.cc | |
parent | 065f8066d5de10cf998b02d0e02216f61d87e9db (diff) | |
parent | 87f685edef5bd97ab8099d0ae6dcf2fa3ddd871b (diff) | |
download | mariadb-git-92b41ba92a022e86127481f2f4a90849feb93114.tar.gz |
Merge mysql.com:/home/kostja/mysql/tmp_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r-- | sql/log_event.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc index 15eb4c3aaf0..64a692d394d 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -3342,6 +3342,10 @@ void Intvar_log_event::print(FILE* file, PRINT_EVENT_INFO* print_event_info) case INSERT_ID_EVENT: msg="INSERT_ID"; break; + case INVALID_INT_EVENT: + default: // cannot happen + msg="INVALID_INT"; + break; } fprintf(file, "%s=%s;\n", msg, llstr(val,llbuff)); fflush(file); |