1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/sql
unknown 027d90bc58 BUG#19684: Garbage in 'partitions' column in EXPLAIN output:
In select_describe(), make the String object that holds the value of 
"partitions" column to "own" the value buffer, so the buffer isn't
prematurely freed.
[this is the second attempt with review fixes]


mysql-test/r/partition_pruning.result:
  BUG#19684: Testcase
mysql-test/t/partition_pruning.test:
  BUG#19684: Testcase
sql/sql_select.cc:
  BUG#19684: Garbage in 'partitions' column in EXPLAIN output:
  - Added comment
  - Make the String object that holds the value of "partitions" column
    to "own" the value buffer, so the buffer isn't prematurely freed.
2006-06-05 15:15:28 +04:00
..
2006-05-30 10:22:31 +02:00
2006-05-22 21:57:23 +02:00
2005-09-30 14:03:55 +02:00
2006-05-31 11:18:58 +03:00
2005-11-23 22:45:02 +02:00
2006-04-25 13:04:39 +04:00
2006-04-20 00:42:12 -07:00
2005-11-23 22:45:02 +02:00
2006-03-29 14:27:36 +03:00
2006-05-24 12:43:03 -05:00
2005-12-01 13:34:48 +01:00
2006-03-11 15:52:38 +01:00
2006-01-01 22:18:02 +01:00
2006-05-31 18:07:32 +02:00
2006-05-22 21:57:23 +02:00
2006-03-28 19:34:44 +02:00
2006-04-13 13:49:29 -07:00
2006-05-27 08:05:39 +03:00
2005-11-23 22:45:02 +02:00
2006-04-11 12:15:57 +02:00
2006-05-31 18:07:32 +02:00
2006-05-31 18:07:32 +02:00
2006-05-04 22:27:12 +03:00
2006-05-19 16:01:04 +04:00
2006-04-25 13:04:39 +04:00
2005-12-21 10:18:40 -08:00