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