mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixes for compiler warnings.
This commit is contained in:

parent
83a5eac0a4
commit
6163508f85
@ -23,7 +23,9 @@
|
||||
|
||||
int max_binlog_dump_events = 0; // unlimited
|
||||
my_bool opt_sporadic_binlog_dump_fail = 0;
|
||||
#ifndef DBUG_OFF
|
||||
static int binlog_dump_count = 0;
|
||||
#endif
|
||||
|
||||
/*
|
||||
fake_rotate_event() builds a fake (=which does not exist physically in any
|
||||
|
Reference in New Issue
Block a user