summaryrefslogtreecommitdiff
path: root/sql/examples
diff options
context:
space:
mode:
authorbrian@avenger.(none) <>2004-08-17 01:29:19 -0700
committerbrian@avenger.(none) <>2004-08-17 01:29:19 -0700
commitf3fb5f83997f36af6d9b85cbb0f763e70f14f84d (patch)
tree43a2156feae421b94fc896f3042ab2889e4be04a /sql/examples
parent73a3e555beeb1a7ba2abf3a6fe8c6c44e695ebbd (diff)
downloadmariadb-git-f3fb5f83997f36af6d9b85cbb0f763e70f14f84d.tar.gz
Fix for not compiling ha_tina.
Diffstat (limited to 'sql/examples')
-rw-r--r--sql/examples/ha_tina.cc5
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 */