mariadb/sql/share
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
..
charsets Index Added latin5 (turkish) character set 2000-10-22 17:53:16 -04:00
czech Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
danish Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
dutch Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
english Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
estonian Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
french Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
german Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
greek Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
hungarian Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
italian Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
japanese Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
korean Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
norwegian Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
norwegian-ny Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
polish Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
portuguese Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
romanian Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
russian Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
slovak Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
spanish Fixed a bug that allowed: 2001-03-02 05:03:18 -06:00
swedish Fixes for innobase usage 2001-03-03 03:03:12 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Fixed installation bug in Makefile 2001-02-06 23:47:54 +02:00