[MDEV-16458] Crash report Created: 2018-06-11 Updated: 2018-06-12 Resolved: 2018-06-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.3.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Pierre | Assignee: | Alice Sherepa |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
Gentoo linux x64 (up to date) USE flags ="backup pam perl server tcmalloc xml" ABI_X86="(64)" Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
I link a crash report, it append everytime I exec this kind of request. FROM cj_product p INNER JOIN cj_product_shop product_shop INNER JOIN cj_category_product cp ON (cp.id_product = p.id_product) I can reproduce the bug by running it in PhpMyAdmin : |
| Comments |
| Comment by Alice Sherepa [ 2018-06-11 ] |
|
Thanks for the report! |
| Comment by Pierre [ 2018-06-12 ] |
|
Same without 'set names UTF8'. But I forgot to show the storage engine : MyISAM. All DB converted to innoDB, and no problem with innoDB. |