Commit 1fc56217 authored by brian@avenger.(none)'s avatar brian@avenger.(none)

Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1

into avenger.(none):/export/brian/mysql/4.1
parents ba64ecf3 f3fb5f83
...@@ -43,6 +43,9 @@ TODO: ...@@ -43,6 +43,9 @@ TODO:
#endif #endif
#include "mysql_priv.h" #include "mysql_priv.h"
#ifdef HAVE_CSV_DB
#include "ha_tina.h" #include "ha_tina.h"
#include <sys/mman.h> #include <sys/mman.h>
...@@ -844,3 +847,5 @@ int ha_tina::create(const char *name, TABLE *table_arg, HA_CREATE_INFO *create_i ...@@ -844,3 +847,5 @@ int ha_tina::create(const char *name, TABLE *table_arg, HA_CREATE_INFO *create_i
DBUG_RETURN(0); 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