1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-19 19:03:26 +03:00
Files
mariadb/mysql-test/t
unknown daddf263e5 fixed mechanism of detection selection from table wich we update
(BUG##9398, BUG#8703)
fixed wrong join view detection in multi-delete which lead to server crash


mysql-test/r/lowercase_view.result:
  added new tests of updation and selection from the same table
mysql-test/r/view.result:
  added new tests of updation and selection from the same table
  added test of multidelete command over join view which lead to server crash
  test suite from bugs #9398 and #8703
mysql-test/t/lowercase_view.test:
  added new tests of updation and selection from the same table
mysql-test/t/view.test:
  added new tests of updation and selection from the same table
  added test of multidelete command over join view which lead to server crash
  test suite from bugs #9398 and #8703
sql/sql_base.cc:
  changed procedure of finding tables
sql/sql_class.cc:
  added derived table procession detection
sql/sql_class.h:
  added derived table procession detection
sql/sql_delete.cc:
  fixed detection of selection from table which update for multidelete
sql/sql_derived.cc:
  added derived table procession detection
sql/sql_lex.cc:
  added detection os SELECTs processed inside derived tables
  removed old mechanism of multidelete/multiupdate table duplication detection (which can't work with views)
sql/sql_lex.h:
  added detection os SELECTs processed inside derived tables
  removed old mechanism of multidelete/multiupdate table duplication detection (which can't work with views)
sql/sql_parse.cc:
  removed wrong test of join view (for multidelete in can be not only first table)
sql/sql_prepare.cc:
  added detection os SELECTs processed inside derived tables (reset it for reusing in PS/SP)
sql/sql_select.cc:
  added detection os SELECTs processed inside derived tables
sql/sql_update.cc:
  fixed detection of selection from table which update for multiupdate
2005-03-28 15:13:31 +03:00
..
2005-01-26 15:51:46 +01:00
2005-02-09 02:50:45 +04:00
2004-10-28 14:02:09 +03:00
2005-03-15 16:54:11 +03:00
2004-08-26 18:26:38 +03:00
2004-11-02 16:02:12 +04:00
2005-03-25 17:17:17 +04:00
2005-02-15 21:03:17 -08:00
2005-02-22 15:47:00 +02:00
2005-03-16 09:23:38 +01:00
2004-12-06 19:18:35 +02:00
2005-02-09 02:50:45 +04:00
2005-03-17 16:51:07 +03:00
2004-10-06 19:14:33 +03:00
2005-01-20 15:38:56 +04:00
2004-08-18 12:11:26 +05:00
2005-01-15 14:09:45 +02:00
2005-03-25 10:43:35 +04:00
2005-01-04 13:46:53 +02:00
2005-03-23 19:18:25 +01:00
2005-03-22 15:57:24 +02:00
2005-03-23 19:18:25 +01:00
2004-09-06 15:14:10 +03:00
2004-12-31 15:26:24 +01:00
2005-02-28 16:20:02 +02:00
2004-10-07 10:50:13 +03:00
2005-01-04 13:46:53 +02:00
2005-03-15 19:31:52 +04:00
2004-12-31 00:44:00 +02:00
2005-02-17 01:33:59 +00:00
2005-03-14 18:46:30 +01:00
2004-12-07 13:56:48 +03:00
2004-11-22 21:33:15 +01:00
2005-02-02 08:38:24 +02:00
2004-10-06 19:14:33 +03:00
2004-12-31 00:44:00 +02:00
2004-12-31 15:26:24 +01:00
2005-02-03 18:26:59 +00:00
2004-09-30 19:40:33 +02:00
2005-03-16 04:32:47 +03:00
2005-03-16 04:32:47 +03:00
2005-03-16 04:32:47 +03:00
2005-03-09 14:09:06 +01:00
2004-11-08 11:06:36 +01:00
2005-02-07 13:26:44 +01:00
2004-12-22 13:38:15 +01:00
2005-01-09 11:00:37 +01:00
2004-11-29 17:46:32 +00:00
2004-09-30 21:36:25 +00:00
2005-02-03 17:04:27 +01:00
2004-10-07 08:42:11 +00:00
2004-08-31 21:10:57 +03:00
2005-03-21 23:41:28 +02:00
2004-10-10 15:29:06 +05:00
2005-02-22 15:47:00 +02:00
2004-11-30 15:08:26 +00:00
2004-11-22 22:57:05 +01:00
2004-10-07 10:50:13 +03:00
2004-07-15 04:19:07 +03:00
2004-07-15 04:19:07 +03:00
2005-03-16 04:32:47 +03:00
2004-10-20 17:28:40 +03:00
2004-12-06 17:15:54 +02:00
2005-03-24 14:32:40 +01:00
2004-07-20 11:00:10 +02:00
2004-09-06 15:14:10 +03:00
2005-02-23 19:58:54 +01:00
2005-03-16 04:32:47 +03:00
2005-03-16 04:32:47 +03:00
2005-03-16 04:32:47 +03:00
2005-01-30 10:24:03 +00:00
2005-01-31 13:18:36 +00:00
2004-10-29 19:26:52 +03:00
2004-09-06 15:14:10 +03:00
2004-11-15 17:03:54 +01:00
2004-11-15 17:03:54 +01:00
2005-02-25 17:12:06 +02:00
2004-09-07 21:30:28 +02:00
2005-03-16 04:32:47 +03:00
2005-02-28 19:59:38 +04:00
2005-03-16 00:13:23 +00:00
2005-03-03 15:01:46 -08:00
2005-01-04 13:46:53 +02:00
2005-01-04 13:46:53 +02:00
2004-08-24 17:24:23 +02:00
2005-02-21 18:03:06 +04:00
2005-01-04 13:46:53 +02:00
2005-02-22 12:51:23 +02:00
2005-03-25 17:17:17 +04:00
2005-01-15 14:09:45 +02:00
2004-08-18 19:57:55 +02:00
2005-02-15 17:12:13 +02:00
2005-03-17 10:59:25 +04:00
2005-03-16 04:32:47 +03:00