Commit 67bf16a4 authored by Sergei Golubchik's avatar Sergei Golubchik

fix the code to compile without P_S

parent 23a5b2eb
......@@ -20,6 +20,12 @@
#include "fulltext.h"
#ifndef HAVE_PSI_INTERFACE
#define PSI_file_key int
#define mi_key_file_kfile 0
#define mi_key_file_dfile 0
#endif
static int delete_one_file(const char *name, const char *ext,
PSI_file_key pskey, myf flags)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment