summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2005-09-20 15:26:10 -0700
committerunknown <brian@zim.(none)>2005-09-20 15:26:10 -0700
commitf679e33cf98a7ebd57bb1d4bd3a0eae78def5e5f (patch)
tree67eb8d12c70d07aaa664bb3b5cdbdf6a71bc51ac /sql/handler.cc
parent92e2dbb634898b2bc5caed2c490fae4b20c2b92d (diff)
downloadmariadb-git-f679e33cf98a7ebd57bb1d4bd3a0eae78def5e5f.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.
BUILD/SETUP.sh: Adding CVS engine to default max builds. sql/handler.cc: Fixed typo
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