mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file.
acconfig.h: Adding HAVE CSV rule acinclude.m4: Build option of csv engine configure.in: Update for building CSV sql/Makefile.am: Added files for CSV build sql/handler.cc: Needed options for CSV to be created. sql/handler.h: CSV type engine enum. sql/mysql_priv.h: Addition of the have_csv_db variable. sql/mysqld.cc: Code to show csv option. sql/set_var.cc: Adding have show variables for both csv and example.
This commit is contained in:
parent
325de4ebf1
commit
89987fa104
15 changed files with 7288 additions and 5 deletions
4
mysql-test/include/have_csv.inc
Normal file
4
mysql-test/include/have_csv.inc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- require r/have_csv.require
|
||||
disable_query_log;
|
||||
show variables like "have_csv";
|
||||
enable_query_log;
|
||||
Loading…
Add table
Add a link
Reference in a new issue