mariadb/vio
unknown 83fc12f216 Added code to flush a bulk_insert index.
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.


Docs/manual.texi:
  Changelog
include/my_base.h:
  Added code to flush a bulk_insert index
myisam/mi_extra.c:
  Added code to flush a bulk_insert index
mysql-test/r/insert.result:
  test of auto_increment and bulk_insert
mysql-test/t/insert.test:
  test of auto_increment and bulk_insert
sql/ha_myisam.cc:
  Added code to flush a bulk_insert index
sql/sql_insert.cc:
  Mark that bulk_insert is used
sql/sql_load.cc:
  Mark that bulk_insert is used
  Remove duplicated call to initialize bulk insert
sql/table.h:
  Mark that bulk_insert is used
vio/viosslfactories.c:
  Remove compiler warning
2002-09-18 21:04:49 +03:00
..
docs Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am fix to make the compile work with --with-other-libc 2002-03-30 16:24:30 -07:00
test-ssl.c Fix after merge 2002-08-08 16:41:04 +03:00
test-sslclient.c Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash, 2002-05-24 14:06:58 +03:00
test-sslserver.c Enable LOAD DATA LOCAL INFILE in mysql_test 2002-06-04 00:40:27 +03:00
vio.c Changed relay_log_space to ulonglong 2002-08-23 15:14:01 +03:00
viosocket.c Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 2002-09-16 15:55:19 +03:00
viossl.c Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 2002-09-16 15:55:19 +03:00
viosslfactories.c Added code to flush a bulk_insert index. 2002-09-18 21:04:49 +03:00
viotest-ssl.c Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash, 2002-05-24 14:06:58 +03:00
viotest-sslconnect.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
viotest.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00