1
0
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:
unknown
2005-09-20 15:26:10 -07:00
parent 92e2dbb634
commit f679e33cf9
2 changed files with 3 additions and 4 deletions

View File

@@ -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