[MDEV-7182] server crash while testing optimizer_use_condition_selectivity=5 Created: 2014-11-24 Updated: 2014-11-25 Due: 2014-12-10 Resolved: 2014-11-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
using original (downloaded some hours ago) mariadb-10.0.14 (glibc < 2.14 binary package) running
query:
|
| Comments |
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
the same occurs to | ||||||||||||
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
same occurs if i remove SQL_NO_CACHE (and/or) SQL_SMALL_RESULT | ||||||||||||
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
even EXPLAIN don't work | ||||||||||||
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
reading sql_select.cc is something near:
| ||||||||||||
| Comment by Elena Stepanova [ 2014-11-24 ] | ||||||||||||
|
Hi Roberto, Please either provide the table structures, and preferably the data, or try the current 10.0 tree. There was a similar bug which was fixed in 10.0.15 (soon to be released): | ||||||||||||
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
the table have more than 12gb | ||||||||||||
| Comment by Elena Stepanova [ 2014-11-24 ] | ||||||||||||
|
Yes, you can try the top of bzr tree, or pick up binary or source packages here: http://hasky.askmonty.org/archive/pack/10.0/build-6865/ | ||||||||||||
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
what package is the brinary tgz with glibc<2.14? | ||||||||||||
| Comment by Elena Stepanova [ 2014-11-24 ] | ||||||||||||
|
http://hasky.askmonty.org/archive/pack/10.0/build-6865/kvm-bintar-centos5-amd64/ | ||||||||||||
| Comment by roberto spadim [ 2014-11-24 ] | ||||||||||||
|
ok i will download, and check when i can upgrade and test at production maybe at 20:00, not it's 13:06 here 50kb/s, very slow internet... any news i comment again | ||||||||||||
| Comment by Elena Stepanova [ 2014-11-24 ] | ||||||||||||
|
No rush, it won't make to 10.0.15 anyway, and there is a month or so till 10.0.16. | ||||||||||||
| Comment by roberto spadim [ 2014-11-25 ] | ||||||||||||
|
database upgraded, i iwll start testing | ||||||||||||
| Comment by roberto spadim [ 2014-11-25 ] | ||||||||||||
|
no crash | ||||||||||||
| Comment by Elena Stepanova [ 2014-11-25 ] | ||||||||||||
|
Thanks for checking. Closing as fixed in 10.0.15, apparently by the fix for |