mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@@ -3253,6 +3253,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);
|
||||
|
Reference in New Issue
Block a user