From 89987fa1044438f01c4a2efdf5563ec1c50a2102 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Aug 2004 20:57:18 -0700 Subject: 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. --- mysql-test/include/have_csv.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mysql-test/include/have_csv.inc (limited to 'mysql-test/include/have_csv.inc') diff --git a/mysql-test/include/have_csv.inc b/mysql-test/include/have_csv.inc new file mode 100644 index 00000000000..d28199831b8 --- /dev/null +++ b/mysql-test/include/have_csv.inc @@ -0,0 +1,4 @@ +-- require r/have_csv.require +disable_query_log; +show variables like "have_csv"; +enable_query_log; -- cgit v1.2.1