1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file.

This commit is contained in:
brian@avenger.(none)
2004-08-12 20:57:18 -07:00
parent 943142e126
commit 1fe8b35bba
15 changed files with 7288 additions and 5 deletions

View File

@ -930,7 +930,7 @@ extern struct my_option my_long_options[];
/* optional things, have_* variables */
extern SHOW_COMP_OPTION have_isam, have_innodb, have_berkeley_db;
extern SHOW_COMP_OPTION have_example_db, have_archive_db;
extern SHOW_COMP_OPTION have_example_db, have_archive_db, have_csv_db;
extern SHOW_COMP_OPTION have_raid, have_openssl, have_symlink;
extern SHOW_COMP_OPTION have_query_cache, have_berkeley_db, have_innodb;
extern SHOW_COMP_OPTION have_geometry, have_rtree_keys;