mariadb/client
unknown 73e3499987 Fixes for innobase usage
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns


BUILD/compile-pentium:
  Added --with-innobase-db
Docs/manual.texi:
  Added more documentation to Innobase and KILL
client/mysqladmin.c:
  Quote database names for CREATE and DROP
mysql-test/install_test_db.sh:
  Don't use innobase, bdb or gemini when installing privilege tables
mysql-test/mysql-test-run.sh:
  Added testing of innobase tables
mysql-test/r/bdb.result:
  Added test of TEXT column bug
mysql-test/t/bdb.test:
  Added test of TEXT column bug
mysql-test/t/innobase.test:
  Cleanup innobase tests
scripts/mysql_install_db.sh:
  Added testing of innobase tables
sql/field.cc:
  Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
sql/filesort.cc:
  Fixed typo
sql/ha_berkeley.cc:
  Fixed problem with TEXT columns in BDB tables
sql/mysqld.cc:
  Always support the --innobase-data-file-path option
sql/share/swedish/errmsg.OLD:
  Added swedish error messages
sql/share/swedish/errmsg.txt:
  Added swedish error messages
sql/sql_base.cc:
  Reset tables after usage (to fix problem with BDB and TEXT columns)
sql/sql_delete.cc:
  Use generate table if --skip-innobase is used
2001-03-03 03:03:12 +02:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
completion_hash.cc Import changeset 2000-07-31 21:29:14 +02:00
completion_hash.h Import changeset 2000-07-31 21:29:14 +02:00
connect_test.c Import changeset 2000-07-31 21:29:14 +02:00
errmsg.c errmsg.c fix copyright notice 2001-01-22 14:46:26 +01:00
get_password.c Import changeset 2000-07-31 21:29:14 +02:00
insert_test.c Import changeset 2000-07-31 21:29:14 +02:00
list_test.c Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am run.test mysql-test -> mysqltest 2000-10-10 03:42:07 -05:00
my_readline.h Cleanup of tests 2000-12-28 19:25:41 +02:00
mysql.cc Cleanups... 2001-02-20 20:39:48 -06:00
mysqladmin.c Fixes for innobase usage 2001-03-03 03:03:12 +02:00
mysqldump.c mysqldump.c Fix to add space between index name and column definition in CREATE TABLE statement 2001-02-13 08:43:14 +02:00
mysqlimport.c Fixes to get mysql-test included in the distributions 2001-01-02 14:29:47 +02:00
mysqlshow.c Removed that --port defaults to TCP/IP 2001-01-29 14:21:13 +02:00
mysqltest.c Cleanups... 2001-02-20 20:39:48 -06:00
password.c Import changeset 2000-07-31 21:29:14 +02:00
readline.cc Cleanup of tests 2000-12-28 19:25:41 +02:00
select_test.c Import changeset 2000-07-31 21:29:14 +02:00
showdb_test.c Import changeset 2000-07-31 21:29:14 +02:00
sql_string.cc changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
sql_string.h changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
ssl_test.c Import changeset 2000-07-31 21:29:14 +02:00
thimble.cc added loops and other cool stuff to mysqltest 2000-12-02 10:11:50 -07:00
thread_test.c thread_test.c make thread_test compile on non-threaded machines 2000-11-15 08:38:28 +01:00
violite.c Use C-style comments in common header files and C code. 2001-01-16 22:35:27 +02:00