Commit ff24b4d5 authored by unknown's avatar unknown

Fix for not compiling ha_tina.


sql/examples/ha_tina.cc:
  Adding in pieces to remove from compile (aka ifdef).
parent dc11a82e
......@@ -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 */
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