1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/t
Sergei Golubchik 6770a9a836 MDEV-4316 MariaDB server crash with signal 11
fulltext search was initialized for all MATCH ... AGAINST items
at the end of the JOIN::optimize(). But since 5.3 derived tables
are initialized lazily on first use, very late in the sub_select().

Skip Item_func_match::init_search initialization if the corresponding
table isn't open yet; repeat fulltext initialization for all
not-yet-initialized MATCH ... AGAINST items after creating derived tables.
2013-04-06 15:14:46 +02:00
..
2012-08-22 16:45:25 +02:00
2012-05-20 14:57:29 +02:00
2012-03-05 15:48:12 +02:00
2013-01-09 23:51:51 +01:00
2012-04-05 10:49:38 +02:00
2012-11-19 18:17:46 +02:00
2013-02-28 14:35:46 -08:00
2012-02-20 16:23:18 +02:00
2013-03-26 13:07:46 +02:00
2011-11-24 18:48:58 +02:00
2013-03-26 17:39:45 +01: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
2011-12-11 11:34:44 +02:00
2013-03-26 19:09:47 +01:00
2013-02-28 21:48:47 +01:00
2013-02-13 11:58:16 +02:00
2012-02-26 02:42:45 -08:00
2012-11-01 21:36:31 +02:00
2012-11-20 13:57:49 +01:00
2011-10-22 07:19:43 -07:00
2011-10-28 04:07:11 -07:00
2013-03-22 21:33:06 -07:00
2012-05-11 11:40:23 +03:00
2012-03-22 19:56:17 -07:00
2013-01-09 23:51:51 +01:00
2013-02-11 10:55:58 +02:00
2012-04-05 23:07:18 +02:00
2011-11-23 19:32:14 +02:00
2013-01-10 15:40:21 +01:00
2012-08-22 16:13:54 +02:00
2011-11-23 19:32:14 +02:00
2012-08-13 21:13:14 -07:00
2012-11-01 21:36:31 +02:00
2012-08-22 16:45:25 +02:00
2012-04-05 23:07:18 +02:00
2013-03-08 00:25:26 -08:00
2013-01-10 15:40:21 +01:00
2011-12-11 11:34:44 +02:00
2013-01-16 21:07:26 +02:00
2011-11-15 13:03:00 -08:00
2013-01-16 15:11:13 +02:00
2011-10-03 15:50:42 -07:00
2011-08-23 00:00:13 +03:00
2013-02-24 19:16:11 -08:00
2012-04-04 21:35:34 +04:00
2012-02-18 19:11:57 -08:00
2012-11-01 21:36:31 +02:00
2011-12-28 18:47:01 -08:00
2012-05-12 12:27:26 +04:00
2012-01-02 20:06:36 -08:00
2012-05-02 17:04:28 +02:00
2013-03-06 21:10:58 +02:00
2012-08-22 16:45:25 +02:00
2011-12-30 22:19:05 +01:00
2013-02-28 19:00:58 +01:00
2011-09-29 10:56:21 +01:00