1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
hf@deer.mysql.r18.ru
2002-12-16 18:58:55 +04:00
47 changed files with 1385 additions and 1478 deletions

View File

@@ -16,6 +16,8 @@
// Sasha Pachev <sasha@mysql.com> is currently in charge of this file
#ifndef EMBEDDED_LIBRARY
#include "mysql_priv.h"
#include "sql_repl.h"
#include "sql_acl.h"
@@ -1153,3 +1155,7 @@ int log_loaded_block(IO_CACHE* file)
}
return 0;
}
#endif