diff options
author | brian@avenger.(none) <> | 2004-08-17 01:34:17 -0700 |
---|---|---|
committer | brian@avenger.(none) <> | 2004-08-17 01:34:17 -0700 |
commit | 1fc56217b921596d376fcab95a02abc24b6e146f (patch) | |
tree | 99ca72f4b1b0b7189c468a617aa6e1a63732fec5 /sql | |
parent | ba64ecf328fe2fb78c3dc56ec4149d4bc19f8a67 (diff) | |
parent | f3fb5f83997f36af6d9b85cbb0f763e70f14f84d (diff) | |
download | mariadb-git-1fc56217b921596d376fcab95a02abc24b6e146f.tar.gz |
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
into avenger.(none):/export/brian/mysql/4.1
Diffstat (limited to 'sql')
-rw-r--r-- | sql/examples/ha_tina.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/examples/ha_tina.cc b/sql/examples/ha_tina.cc index 728af469bb0..06a19e478ae 100644 --- a/sql/examples/ha_tina.cc +++ b/sql/examples/ha_tina.cc @@ -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 */ |