From e3c87e16aecc498472625489aac8fabda37da6d1 Mon Sep 17 00:00:00 2001 From: "brian@zim.(none)" <> Date: Tue, 20 Sep 2005 15:26:10 -0700 Subject: 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. --- sql/handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/handler.cc') 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 -- cgit v1.2.1