1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-12 10:22:39 +03:00
Files
mariadb/mysql-test/t
unknown c89ddfdf15 Bug #14526: Partitions: indexed searches fail. When inserting a row into
a partitioned table, the value of auto_increment fields was not calculated
until after deciding what partition to add the row into, which led to rows
being written to the wrong partitions (or spurious errors).


mysql-test/r/partition.result:
  Add new results
mysql-test/t/partition.test:
  Add new regression test
sql/ha_partition.cc:
  Fix notes about, and handling of, auto_increment in ha_partition::write_row().
  We have to decide on an auto_increment value before we can figure out which
  partition the rows should be inserted into.
2006-02-16 12:19:00 -08:00
..
2005-10-28 23:17:51 +04:00
2006-01-28 10:37:22 +01:00
2005-09-15 21:05:42 +02:00
2006-02-07 13:26:35 +01:00
2005-10-12 00:58:22 +03:00
2006-02-06 11:35:13 -08:00
2005-12-06 21:28:13 +01:00
2005-10-28 02:36:19 +03:00
2006-01-27 21:20:28 -08:00
2005-09-26 22:43:09 -07:00
2006-01-06 00:47:49 +02:00
2006-01-12 12:27:25 -08:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 23:57:01 +01:00
2006-02-07 19:57:31 +01:00
2005-11-06 00:20:37 +01:00
2005-09-15 22:21:30 +04:00
2005-10-12 13:56:07 +02:00
2006-02-13 11:49:28 +04:00
2005-12-23 14:45:02 +01:00
2006-01-20 23:28:52 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-12 19:51:02 +01:00
2006-01-20 23:28:52 +01:00
2006-01-12 19:51:02 +01:00
2006-02-08 22:17:46 +01:00
2006-02-08 17:09:57 +01:00
2005-12-23 14:45:02 +01:00
2006-01-13 16:27:38 +03:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-10-15 14:32:37 -07:00
2005-11-23 22:45:02 +02:00
2005-12-12 13:29:48 +03:00