diff options
author | magnus.blaudd@oracle.com <> | 2014-10-02 15:58:02 +0200 |
---|---|---|
committer | magnus.blaudd@oracle.com <> | 2014-10-02 15:58:02 +0200 |
commit | 361ad4bd0b9d256d56eac8f66d8f7fc01e43371d (patch) | |
tree | 46c39c222732b01aa624999174cc0d8f11ad7619 /.gitignore | |
parent | d6d45fa3d86c6998ed5d3ec9a7cdc2268766de01 (diff) | |
download | mariadb-git-361ad4bd0b9d256d56eac8f66d8f7fc01e43371d.tar.gz |
Bug#19553099 EXPIRE_LOGS_DAYS=1 CRASH MYSQLD DURING RESTART, DBUG_SYNC(NULL, ...)
- Restarting mysqld with --expire-log-days=1 triggers 'log_in_use()' to be called while current_thd is NULL.
- Check current_thd before calling DEBUG_SYNC() to avoid passing NULL pointer to DEBUG_SYNC()
- Wrap debug code construct inside #ifndef DBUG_OFF like in other parts of the file
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions