1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/mysql-test/t
unknown abffce9cad Fix for bug #18306: MySQL crashes and restarts using subquery
mysql-test/r/subselect.result:
  Fix for bug #18306: MySQL crashes and restarts using subquery
  test case
mysql-test/t/subselect.test:
  Fix for bug #18306: MySQL crashes and restarts using subquery
  test case
sql/opt_range.cc:
  Fix for bug #18306: MySQL crashes and restarts using subquery
  Restore thd->mem_root because
  during the cond->val_int() evaluation we can come across a subselect 
  item which may allocate memory on the thd->mem_root and assumes
  all the memory allocated has the same life span as the subselect
  item itself.
2006-03-23 18:09:35 +04:00
..
2005-10-28 23:17:51 +04:00
2006-03-01 15:50:15 +04:00
2006-02-16 21:11:38 +03:00
2006-03-06 14:38:31 +04: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
2006-03-06 23:43:47 +01:00
2006-01-06 00:47:49 +02:00
2006-03-09 13:17:19 -06:00
2006-02-20 15:03:16 +01:00
2006-02-07 19:57:31 +01:00
2006-03-08 10:40:29 +01:00
2006-01-13 16:27:38 +03:00
2006-03-06 21:45:13 +01:00
2006-03-10 12:12:08 +01:00