1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00
Files
mariadb/mysql-test/t
Sergey Petrunya 8c9b2f3429 MDEV-5581: Server crashes in in JOIN::prepare on 2nd execution of PS with materialization+semijoin
- The problem was that JOIN::prepare() tried to set TABLE::maybe_null
  for a table in join. Non-merged semi-join tables 1) are present as 
  join's base tables on second EXECUTE, but 2) do not yet have a TABLE 
  object.
  Worked around the problem by putting mixed_implicit_grouping into JOIN
  object, and then passing it to JTBM tables in setup_jtbm_semi_joins().
2014-02-15 01:21:46 +04:00
..
2012-08-22 16:45:25 +02:00
2012-11-19 18:17:46 +02:00
2013-10-02 17:59:56 -07:00
2013-05-21 09:42:10 +02:00
2013-03-26 17:39:45 +01:00
2013-09-15 12:38:22 -07:00
2012-05-20 14:57:29 +02:00
2012-06-18 22:38:11 +04:00
2013-03-26 19:09:47 +01:00
2013-03-26 19:09:47 +01:00
2013-02-13 11:58:16 +02:00
2012-11-01 21:36:31 +02:00
2012-11-20 13:57:49 +01:00
2014-01-25 00:26:40 +04:00
2013-03-22 21:33:06 -07:00
2013-08-29 10:56:12 -07:00
2012-03-22 19:56:17 -07:00
2013-01-09 23:51:51 +01:00
2013-12-02 12:32:43 +01:00
2013-02-11 10:55:58 +02:00
2012-04-05 23:07:18 +02:00
2013-05-20 11:13:07 +02:00
2012-08-22 16:13:54 +02:00
2013-10-11 23:24:57 -07:00
2012-08-13 21:13:14 -07:00
2012-11-01 21:36:31 +02:00
2013-08-15 14:04:20 -07:00
2013-08-29 21:02:42 -07:00
2013-01-10 15:40:21 +01:00
2013-09-06 09:55:32 -07:00
2014-02-05 17:47:38 -08:00
2013-01-16 15:11:13 +02:00
2013-02-24 19:16:11 -08:00
2012-11-01 21:36:31 +02:00
2013-03-06 21:10:58 +02:00
2012-08-22 16:45:25 +02:00
2013-12-05 11:13:20 -08:00
2013-02-28 19:00:58 +01:00