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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user