1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-28 06:45:23 +03:00
unknown 0040aff931 BUG#5390 - problems with merge tables
Problem #1: INSERT...SELECT, Version for 5.1.
Extended the unique table check by a check of lock data.
Merge sub-tables cannot be detected by doing name checks only.


mysql-test/r/create.result:
  BUG#5390 - problems with merge tables
  Removed a duplicate test.
mysql-test/r/merge.result:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT
  Added test results.
mysql-test/t/create.test:
  BUG#5390 - problems with merge tables
  Removed a duplicate test.
mysql-test/t/merge.test:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT
  Added tests.
sql/lock.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added a new function to find a duplicate lock in a list of tables.
sql/mysql_priv.h:
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
  Added a declaration for the new function.
sql/sql_base.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
  Added a call to the new mysql_lock_have_duplicate(),
  which needs the thread handle, to unique_table().
sql/sql_delete.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
sql/sql_insert.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
sql/sql_load.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
sql/sql_parse.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
sql/sql_update.cc:
  BUG#5390 - problems with merge tables
  Problem #1: INSERT...SELECT, Version for 5.1.
  Added the thread handle to unique_table().
  Replaced a call to find_table_in_local_list() by
  the newly extended unique_table().
2005-12-22 13:48:00 +01:00
..
2005-12-21 10:18:40 -08:00
2005-09-30 14:03:55 +02:00
2005-12-21 10:18:40 -08:00
2005-11-23 22:45:02 +02:00
2005-11-23 22:45:02 +02:00
2005-12-21 10:18:40 -08:00
2005-11-23 22:45:02 +02:00
2005-11-23 22:45:02 +02:00
2005-11-23 22:45:02 +02:00
2005-12-21 10:18:40 -08:00
2005-11-26 05:35:37 +01:00
2005-10-15 14:32:37 -07:00
2005-12-11 22:21:19 -08:00
2005-11-23 22:45:02 +02:00
2005-11-23 22:45:02 +02:00
2005-12-19 17:36:20 +01:00
2005-11-23 22:58:53 +02:00
2005-12-22 13:48:00 +01:00
2005-10-19 01:52:06 +04:00
2005-10-06 10:54:07 +02:00
2005-10-12 00:58:22 +03:00
2005-12-01 13:34:48 +01:00
2005-12-21 10:18:40 -08:00
2005-11-23 22:45:02 +02:00
2005-11-23 22:45:02 +02:00
2005-11-05 01:32:55 +02:00
2005-12-21 10:18:40 -08:00
2005-12-14 01:21:56 +02:00
2005-11-23 22:45:02 +02:00
2005-12-19 17:36:20 +01:00
2005-12-21 10:18:40 -08:00
2005-11-23 22:58:53 +02:00
2005-12-21 10:18:40 -08:00