mariadb/scripts
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
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
make_binary_distribution.sh Portability fixes 2001-02-02 03:47:06 +02:00
Makefile.am Add --with-server-suffix (MYSQL_SERVER_SUFFIX). 2001-01-19 02:46:13 +02:00
msql2mysql.sh Import changeset 2000-07-31 21:29:14 +02:00
mysql_config.sh Import changeset 2000-07-31 21:29:14 +02:00
mysql_convert_table_format.sh configure fixes 2000-09-14 15:10:06 +03:00
mysql_find_rows.sh configure fixes 2000-09-14 15:10:06 +03:00
mysql_fix_privilege_tables.sh Import changeset 2000-07-31 21:29:14 +02:00
mysql_install_db.sh Fixes for innobase usage 2001-03-03 03:03:12 +02:00
mysql_setpermission.sh configure fixes 2000-09-14 15:10:06 +03:00
mysql_zap.sh configure fixes 2000-09-14 15:10:06 +03:00
mysqlaccess.conf configure fixes 2000-09-14 15:10:06 +03:00
mysqlaccess.sh New benchmark test 2000-12-24 15:19:00 +02:00
mysqlbug.sh Add --with-server-suffix (MYSQL_SERVER_SUFFIX). 2001-01-19 02:46:13 +02:00
mysqld_multi.sh Cleanup of tests 2000-12-28 19:25:41 +02:00
mysqldumpslow.sh mysqldump.c typo fixed 2000-12-08 19:12:12 +01:00
mysqlhotcopy.sh Patches for NetBSD/macppc 2001-01-12 13:52:32 +02:00
safe_mysqld-watch.sh configure fixes 2000-09-14 15:10:06 +03:00
safe_mysqld.sh Write UNION() for MERGE tables 2001-02-17 19:04:33 +02:00