Bug #30989 | too many complex ORDER BY-statements crashes server | ||
---|---|---|---|
Submitted: | 13 Sep 2007 2:39 | Modified: | 13 Sep 2007 11:46 |
Reporter: | Georg Kapeller | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.0.45 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | complex, crash, order by |
[13 Sep 2007 2:39]
Georg Kapeller
[13 Sep 2007 3:35]
MySQL Verification Team
Thank you for the bug report. I can't to repeat the crash with a server build from current source server, so looks somehow it was fixed: <cut> *************************** 194. row *************************** zi_wo_ref_ob_id: 1 zi_ref_wo_id: 1 zi_id: 1 zi_name: 1 cod_typ_wohnung: 3 cod_kategorie_wr: 5 cod_status_zuweisbar: 1 $offsetLeft: +5M 7T $offsetRight: offsetLeft: 157 offsetRight: NULL offsetLeft_dat_: 2008-02-01 offsetRight_dat_: NULL statusInfo: (Z)<>% beziParamsMatch: beziParamsMatchExtended: _f_params_matched: 1 194 rows in set (0.17 sec) mysql> select version(); +-----------+ | version() | +-----------+ | 5.0.50-nt | +-----------+ 1 row in set (0.00 sec) mysql>
[13 Sep 2007 11:46]
Georg Kapeller
ok, i'll try it when 5.0.50 gets available. but because of Bug #30371 i can't update to .45 or .50, so the only fix for now seems to be reducing the number of statements in the order by clause. thanks for the quick help.