Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG#50780: 'show binary logs' debug assertion when binary | Luis Soares | 2010-02-07 | 1 | -0/+2 |
| | | | | | | | logging is disabled Post-push fix: disabling test when running mysqld in embedded mode. | ||||
* | BUG#50780: 'show binary logs' debug assertion when binary | Luis Soares | 2010-02-05 | 1 | -0/+4 |
logging is disabled The server would hit an assertion because of a DBUG violation. There was a missing DBUG_RETURN and instead a plain return was used. This patch replaces the return with DBUG_RETURN. |