Bug #55062 | default_directories=NULL as parameter avoid initialization & casue app cores | ||
---|---|---|---|
Submitted: | 7 Jul 2010 18:22 | Modified: | 12 Aug 2010 19:34 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S2 (Serious) |
Version: | mysql-next-mr | OS: | Any |
Assigned to: | Libing Song | CPU Architecture: | Any |
Tags: | next-mr-rpl-merge |
[7 Jul 2010 18:22]
Jonathan Miller
[11 Jul 2010 1:05]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/113289 3202 Li-Bing.Song@sun.com 2010-07-11 Postfix for WL#4677, it also fix Bug#55062. @ client/mysqlbinlog.cc Fix compiling warning. At some platform, long is 32bit. 4*1024L*1024L*1024L is large than the biggest int number. @ mysql-test/include/mtr_warnings.sql Warning messages are changed, so we have to change the suppression sql. @ mysql-test/mysql-test-run.pl Add code to wait server's UUID generated @ mysys/default.c Revert the code to fix bug#55062 @ sql/mysqld.cc Improve the error and warning messages. @ sql/rpl_record.cc Fix a compiling warning. @ sql/slave.cc Improve the error and warning messages.
[19 Jul 2010 10:21]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/113850 3310 Li-Bing.Song@sun.com 2010-07-19 BUG#55062 default_directories=NULL as parameter avoid initialization & casue app cores Revert the code introduced by WL#4677 in mysys/default.c. It has been pushed to mysql-next-mr-rpl-merge with the postfix for WL#4677. But we want it to be pushed into mysql-next-mr ASAS. So we push a separate patch to mysql-next-mr-bugfixing.
[20 Jul 2010 8:10]
Libing Song
the bug was actually a post-push fix for WL#4677 and that it was just about reverting the spurious change introduced by WL#4677 cset; The postfix is revision-id: li-bing.song@sun.com-20100711011821-9kaqt8myo98oibgj
[23 Jul 2010 12:34]
Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100723121929-90e9zemk3jkr2ocy) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (pib:18)
[4 Aug 2010 8:08]
Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804080001-bny5271e65xo34ig) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[4 Aug 2010 8:24]
Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804081533-c1d3rbipo9e8rt1s) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[12 Aug 2010 19:34]
Paul DuBois
Noted in 5.6.0 changelog. The embedded server could crash when determining which directories to search for option files.