[MDEV-33242] SPIDER plugin initialization failed at 'create table if not exists mysql.spider_tables ... with 'Specified key was too long; max key length is 1000 bytes', Warning: Memory not freed: 10720 Created: 2024-01-15 Updated: 2024-02-06 Resolved: 2024-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.6, 10.11, 11.0, 11.1, 11.2, 11.3, 11.4 |
| Fix Version/s: | 11.3.2, 10.6.18, 10.11.8, 11.0.6, 11.1.5, 11.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | memory_not_freed, regression-10.11 | ||
| Issue Links: |
|
||||||||
| Description |
|
Leads to:
And
The memory loss is the same in all versions. 10.11 To 11.4 are affected. Occurs in both dbg+opt builds. |
| Comments |
| Comment by Yuchen Pei [ 2024-01-16 ] | ||||||||
|
I could reproduce in 10.6 d06b6de3050180ec2f96ef00963d1beab8e1b47a For 10.11 d0c80c211c1fe3370b68be540bb9113028c6746f I could reproduce The output can vary but the log always reveals [ERROR] SPIDER plugin initialization failed at 'create table if not exists mysql.spider_tables ... engine=MyISAM default charset=utf8 collate=utf8_bin' by 'Specified key was too long; max key length is 1000 bytes' | ||||||||
| Comment by Yuchen Pei [ 2024-01-16 ] | ||||||||
|
Hi holyfoot, ptal thanks
It's the same kind of issue as | ||||||||
| Comment by Alexey Botchkov [ 2024-02-04 ] | ||||||||
|
ok to push. | ||||||||
| Comment by Yuchen Pei [ 2024-02-06 ] | ||||||||
|
pushed 1031c8848dd40672c7d90c946a188f0c4f2c0578 to 10.6 yesterday |