We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d617fd commit ccc48b4Copy full SHA for ccc48b4
sql/log_event_server.cc
@@ -1137,7 +1137,7 @@ bool Query_log_event::write()
1137
if (catalog_len) // i.e. this var is inited (false for 4.0 events)
1138
{
1139
store_str_with_code_and_len(&start,
1140
- catalog, catalog_len, Q_CATALOG_NZ_CODE);
+ catalog, catalog_len, (uint) Q_CATALOG_NZ_CODE);
1141
/*
1142
In 5.0.x where x<4 masters we used to store the end zero here. This was
1143
a waste of one byte so we don't do it in x>=4 masters. We change code to
0 commit comments