1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix for not compiling ha_tina.

sql/examples/ha_tina.cc:
  Adding in pieces to remove from compile (aka ifdef).
This commit is contained in:
unknown
2004-08-17 01:29:19 -07:00
parent dc11a82e33
commit ff24b4d5d4

View File

@@ -43,6 +43,9 @@ TODO:
#endif
#include "mysql_priv.h"
#ifdef HAVE_CSV_DB
#include "ha_tina.h"
#include <sys/mman.h>
@@ -844,3 +847,5 @@ int ha_tina::create(const char *name, TABLE *table_arg, HA_CREATE_INFO *create_i
DBUG_RETURN(0);
}
#endif /* enable CSV */