mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user