1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00
Files
mariadb/mysql-test/t
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-10-28 23:17:51 +04:00
2005-10-13 11:28:06 +02:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-10-31 17:26:45 -08:00
2005-10-12 00:58:22 +03:00
2005-09-09 12:43:25 +02:00
2005-10-28 02:36:19 +03:00
2005-11-24 19:51:52 +01:00
2005-08-29 21:06:45 +02:00
2005-09-02 09:50:17 +03:00
2005-09-26 22:43:09 -07:00
2005-12-21 06:02:04 +01:00
2005-11-07 12:19:28 +01:00
2005-12-14 15:09:12 +01:00
2005-11-06 00:20:37 +01:00
2005-11-06 00:20:37 +01:00
2005-11-07 12:19:28 +01:00
2005-09-15 22:21:30 +04:00
2005-10-12 13:56:07 +02: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-09-22 03:23:07 +03:00
2005-10-11 14:58:25 +05:00
2005-12-12 13:29:48 +03:00
2005-12-02 19:42:14 +03:00
2005-11-24 06:17:38 +02:00