1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
Files
mariadb/mysql-test/t
Igor Babaev c89bb15c31 MDEV-16757 Memory leak after adding manually min/max statistical data
for blob column

ANALYZE TABLE <table> does not collect statistical data on min/max values
for BLOB columns of <table>. However these values can be added into
mysql.column_stats manually by executing proper statements.
Unfortunately this led to a memory leak because the memory allocated
for these values was never freed.
This patch provides the server with a function to free memory allocated
for min/max statistical values of BLOB types.
2018-07-13 17:48:45 -07:00
..
2015-06-02 22:07:47 +02:00
2018-05-07 17:19:35 +02:00
2015-06-02 22:07:47 +02:00
2015-05-04 22:00:24 +02:00
2017-10-17 10:18:17 +02:00
2014-03-16 21:03:01 +01:00
2014-02-25 16:04:35 +01:00
2015-05-04 22:00:24 +02:00
2018-04-20 14:33:24 +02:00
2017-01-12 03:37:13 +02:00
2017-10-18 15:14:39 +02:00
2014-01-28 13:00:50 +04:00
2017-05-17 16:16:54 -07:00
2014-02-17 11:00:51 +01:00
2014-09-11 16:42:54 +02:00
2017-10-18 15:14:39 +02:00
2016-08-10 19:19:05 +02:00
2018-04-03 18:08:30 +03:00
2013-11-21 14:25:28 +01:00
2014-10-08 18:10:31 +04:00
2018-05-19 15:38:34 +02:00
2014-02-03 22:28:35 +01:00
2014-02-03 15:22:39 +01:00
2014-01-25 00:26:40 +04:00
2014-10-29 15:20:46 +03:00
2017-02-24 09:40:53 -08:00
2014-02-27 13:54:05 -08:00
2016-06-21 14:11:02 +02:00
2015-01-21 12:03:02 +01:00
2015-05-04 22:00:24 +02:00
2014-08-02 21:26:16 +02:00
2015-06-02 22:07:47 +02:00
2014-06-06 00:07:27 +02:00
2018-05-19 15:38:34 +02:00
2016-08-10 19:19:05 +02:00
2018-06-10 17:16:27 +03:00
2017-06-28 10:10:31 +02:00
2014-04-23 17:01:35 +02:00
2018-04-03 18:08:30 +03:00
2014-01-22 15:29:36 +01:00
2013-11-19 13:16:25 +01:00
2013-12-16 13:02:21 +01:00
2016-07-12 22:20:46 +02:00
2018-01-02 21:52:46 +02:00
2015-06-16 23:55:56 +02:00
2013-10-17 19:01:57 +03:00
2016-08-10 19:19:05 +02:00
2017-10-18 15:14:39 +02:00
2016-10-26 20:45:35 -07:00
2014-09-16 14:03:17 +02:00
2018-04-20 14:33:24 +02:00
2018-06-10 17:16:27 +03:00
2013-11-13 13:38:37 +01:00
2018-04-29 00:38:10 +02:00
2018-01-11 10:16:52 +02:00
2017-02-27 09:02:41 -08:00
2016-08-10 19:19:05 +02:00
2014-10-09 10:30:11 +02:00
2016-09-27 09:21:19 +02:00
2017-10-18 15:14:39 +02:00
2014-02-14 14:09:29 +01:00
2015-11-18 22:03:02 +01:00
2013-11-04 21:47:54 +01:00
2014-03-16 13:59:44 +01:00
2014-09-16 14:03:17 +02:00
2018-04-03 18:08:30 +03:00