1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-06 05:42:06 +03:00
Files
mariadb/mysql-test/r
Igor Babaev a28152aafc Fixed the bug mdev-13346.
The bug was caused by a defect of the patch for the bug 11081.
The patch was actually a port of the fix this bug from the mysql
code line. Later a correction of this fix was added to the
mysql code. Here's the comment this correction was provided with:

  Bug#16499751: Opening cursor on SELECT in stored procedure causes segfault
  This is a regression from the fix of bug#14740889.
  The fix started using another set of expressions as the source for
  the temporary table used for the materialized cursor. However,
  JOIN::make_tmp_tables_info() calls setup_copy_fields() which creates
  an Item_copy wrapper object on top of the function being selected.
  The Item_copy objects were not properly handled by create_tmp_table -
  they were simply ignored. This patch creates temporary table fields
  based on the underlying item of the Item_copy objects.

The test case for the bug 13346 was taken from mdev-13380.
2017-08-15 16:20:48 -07:00
..
2017-05-26 22:45:46 +03:00
2017-02-10 06:30:42 -05:00
2016-12-29 13:23:18 +01:00
2017-04-28 21:59:11 -07:00
2016-09-06 12:50:02 +04:00
2017-07-05 19:08:55 +02:00
2017-02-10 06:30:42 -05:00
2017-06-29 20:50:26 -07:00
2017-06-22 22:06:03 -07:00
2016-12-29 13:23:18 +01:00
2017-07-05 19:08:55 +02:00
2016-06-30 16:38:05 +02:00
2017-05-09 13:24:52 +02:00
2016-12-29 13:23:18 +01:00
2017-02-10 06:30:42 -05:00
2017-06-16 09:50:57 -07:00
2017-07-05 19:08:55 +02:00
2016-09-09 08:33:08 +02:00
2016-06-30 23:56:18 -04:00
2017-03-30 12:48:42 +02:00
2017-06-08 12:45:08 +03:00
2017-02-10 06:30:42 -05:00
2017-06-08 12:45:08 +03:00
2017-06-08 12:45:08 +03:00
2017-05-09 13:24:52 +02:00
2017-05-09 13:24:52 +02:00
2016-06-21 14:11:02 +02:00
2017-02-10 06:30:42 -05:00
2017-04-01 14:15:18 +03:00
2017-06-19 16:46:34 +03:00
2017-07-05 17:15:57 +02:00
2016-09-10 16:04:44 +02:00
2017-05-22 09:46:51 +03:00
2017-02-10 06:30:42 -05:00
2017-06-30 13:28:39 +02:00
2017-02-10 06:30:42 -05:00
2017-07-05 19:08:55 +02:00
2017-04-01 14:15:18 +03:00
2017-07-05 19:08:55 +02:00
2017-01-05 10:48:03 +02:00
2016-12-29 13:23:18 +01:00
2017-03-30 12:48:42 +02:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2017-03-30 12:48:42 +02:00
2017-02-10 06:30:42 -05:00
2015-08-04 23:40:25 +02:00
2017-08-15 16:20:48 -07:00
2017-05-06 14:36:46 +03:00
2017-06-08 12:45:08 +03:00
2017-05-23 11:09:47 +03:00
2017-05-23 11:09:47 +03:00
2017-07-08 09:56:28 +02:00
2017-05-09 13:24:52 +02:00
2017-06-10 16:39:39 -07:00
2017-05-23 11:09:47 +03:00
2017-02-10 06:30:42 -05:00
2017-02-09 19:34:01 -08:00
2016-09-24 15:12:34 +02:00
2017-02-10 06:30:42 -05:00