mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
After merge fixes
Removed a lot of compiler warnings Removed not used variables, functions and labels Initialize some variables that could be used unitialized (fatal bugs) %ll -> %l
This commit is contained in:
@@ -1560,7 +1560,6 @@ done:
|
||||
int
|
||||
Event_timed::get_create_event(THD *thd, String *buf)
|
||||
{
|
||||
int multipl= 0;
|
||||
char tmp_buf[2 * STRING_BUFFER_USUAL_SIZE];
|
||||
String expr_buf(tmp_buf, sizeof(tmp_buf), system_charset_info);
|
||||
expr_buf.length(0);
|
||||
|
||||
Reference in New Issue
Block a user