diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-09-07 08:34:04 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-09-07 08:34:04 +0300 |
commit | 5448e0a6dcf1918f818d162f08dee00e8d6c163e (patch) | |
tree | ad02c710f9f750c031af25777cc8c6f9d8df5332 /storage/xtradb/buf | |
parent | e7dcec5471eb708b658c163813f0b67a32b564c3 (diff) | |
download | mariadb-git-5448e0a6dcf1918f818d162f08dee00e8d6c163e.tar.gz |
MDEV-8745: Bad InnoDB logging: "[Note] InnoDB: not started"
Diffstat (limited to 'storage/xtradb/buf')
-rw-r--r-- | storage/xtradb/buf/buf0dump.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/xtradb/buf/buf0dump.cc b/storage/xtradb/buf/buf0dump.cc index 37f0096e40d..db3f5f9c207 100644 --- a/storage/xtradb/buf/buf0dump.cc +++ b/storage/xtradb/buf/buf0dump.cc @@ -590,8 +590,8 @@ DECLARE_THREAD(buf_dump_thread)( srv_buf_dump_thread_active = TRUE; - buf_dump_status(STATUS_INFO, "not started"); - buf_load_status(STATUS_INFO, "not started"); + buf_dump_status(STATUS_INFO, "Dumping buffer pool(s) not yet started"); + buf_load_status(STATUS_INFO, "Loading buffer pool(s) not yet started"); if (srv_buffer_pool_load_at_startup) { buf_load(); |