1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed a bug in make test, non-debug version.

This commit is contained in:
jani@hynda.(none)
2002-05-29 15:20:36 +03:00
parent c961494444
commit d78308449e
2 changed files with 0 additions and 4 deletions

View File

@ -27,11 +27,9 @@
extern const char* any_db;
#ifndef DBUG_OFF
int max_binlog_dump_events = 0; // unlimited
bool opt_sporadic_binlog_dump_fail = 0;
static int binlog_dump_count = 0;
#endif
int check_binlog_magic(IO_CACHE* log, const char** errmsg)
{