Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.24, 10.1.16, 5.5(EOL), 10.0(EOL), 10.1(EOL)
-
None
-
Linux x64, Win32
Description
When doing a "REPLACE INTO table SELECT * FROM..." or "LOAD DATA INFILE ... REPLACE..." on a Aria table with a "text" (or tinytext, mediumtext, longtext) field, replacing data already in the table, used memory increases each time of about the size of data inserted, until server crash with error 1041.
The problem doesn't occours if matching records are deleted before.
Tested also with MyISAM and TokuDB, with which there are no problems.
Attachments
Issue Links
- relates to
-
MDEV-13748 Assertion `status_var.local_memory_used == 0 || !debug_assert_on_not_freed_memory' failed in virtual THD::~THD after query with INTERSECT
- Closed