summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-09-20 15:26:10 -0700
committerbrian@zim.(none) <>2005-09-20 15:26:10 -0700
commite3c87e16aecc498472625489aac8fabda37da6d1 (patch)
tree67eb8d12c70d07aaa664bb3b5cdbdf6a71bc51ac /sql/handler.cc
parent6383ab91dbc4206af1aa24cd2f9679d95c812fc9 (diff)
downloadmariadb-git-e3c87e16aecc498472625489aac8fabda37da6d1.tar.gz
Fixed a typo in handler.cc if CSV was built. I also added CSV to the default MAX builds so that more people test it.
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 34ce7e60eba..5f8fa33fecc 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -511,7 +511,7 @@ int ha_init()
break;
#endif
#ifdef HAVE_CSV_DB
- case DB_TYPE_CSV_DB,:
+ case DB_TYPE_CSV_DB:
types->ht= &tina_hton;
break;
#endif