1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-6124 Audit plugin fails with the Percona-Server 5.6.

Some lines of code in file_logger.c were lost while moving to the
   general MariaDB tree. Adding them.
This commit is contained in:
Alexey Botchkov
2014-04-17 02:12:08 +05:00
parent 142c20eda9
commit ed899ec8f2
2 changed files with 17 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
#define PLUGIN_VERSION 0x101
#define PLUGIN_STR_VERSION "1.1.5"
#define PLUGIN_STR_VERSION "1.1.7"
#include <stdio.h>
#include <time.h>