mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
assert.h needed for my_dbug.h now is included in my_dbug.h, where it for
some reason wasn't included before. A lot of files cleaned up from #include <assert.h>
This commit is contained in:
@ -18,7 +18,6 @@
|
||||
#undef MYSQL_SERVER
|
||||
#include "client_priv.h"
|
||||
#include <time.h>
|
||||
#include <assert.h>
|
||||
#include "log_event.h"
|
||||
|
||||
#define BIN_LOG_HEADER_SIZE 4
|
||||
|
Reference in New Issue
Block a user