summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2006-02-02 16:57:34 +0300
committerkonstantin@mysql.com <>2006-02-02 16:57:34 +0300
commit92b41ba92a022e86127481f2f4a90849feb93114 (patch)
tree8b45ee033b876bd5d51ce4afe7627ae87815b79c /sql/log_event.cc
parent065f8066d5de10cf998b02d0e02216f61d87e9db (diff)
parent87f685edef5bd97ab8099d0ae6dcf2fa3ddd871b (diff)
downloadmariadb-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.cc4
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);