diff options
author | brian@zim.(none) <> | 2005-09-20 15:26:10 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-09-20 15:26:10 -0700 |
commit | e3c87e16aecc498472625489aac8fabda37da6d1 (patch) | |
tree | 67eb8d12c70d07aaa664bb3b5cdbdf6a71bc51ac /sql/handler.cc | |
parent | 6383ab91dbc4206af1aa24cd2f9679d95c812fc9 (diff) | |
download | mariadb-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.cc | 2 |
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 |