diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2011-04-06 10:34:49 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2011-04-06 10:34:49 +0300 |
commit | 3c5f4c30d738137382cfa0da1bf9c02429268d0f (patch) | |
tree | 035e0bf4f40eaf90df9df669325411111d9940c3 /storage/innobase/srv/srv0start.c | |
parent | af7d9929fab25a2f7029001b194fbe0d2a01207d (diff) | |
download | mariadb-git-3c5f4c30d738137382cfa0da1bf9c02429268d0f.tar.gz |
Non-functional change: move a printout
from innobase_shutdown_for_mysql() to
logs_empty_and_mark_files_at_shutdown()
where the rest of the logic is located.
Diffstat (limited to 'storage/innobase/srv/srv0start.c')
-rw-r--r-- | storage/innobase/srv/srv0start.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/storage/innobase/srv/srv0start.c b/storage/innobase/srv/srv0start.c index 864c71209c0..cf11e75b8e0 100644 --- a/storage/innobase/srv/srv0start.c +++ b/storage/innobase/srv/srv0start.c @@ -2097,17 +2097,6 @@ innobase_shutdown_for_mysql(void) The step 1 is the real InnoDB shutdown. The remaining steps 2 - ... just free data structures after the shutdown. */ - - if (srv_fast_shutdown == 2) { - ut_print_timestamp(stderr); - fprintf(stderr, - " InnoDB: MySQL has requested a very fast shutdown" - " without flushing " - "the InnoDB buffer pool to data files." - " At the next mysqld startup " - "InnoDB will do a crash recovery!\n"); - } - logs_empty_and_mark_files_at_shutdown(); if (srv_conc_n_threads != 0) { |