diff options
author | Jan Lindström <jplindst@mariadb.org> | 2014-02-28 08:53:09 +0200 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2014-02-28 08:53:09 +0200 |
commit | c88a0d48c6624466d058282bf7e2e8279660564e (patch) | |
tree | 96f0a63360e5d7b69920815c3e66b8a1b944c421 /storage/xtradb/include/ut0wqueue.h | |
parent | b620e7368f05af52f3fa1a759bc446140baf7b56 (diff) | |
download | mariadb-git-c88a0d48c6624466d058282bf7e2e8279660564e.tar.gz |
Temporal fix for flush thread hang.
Added option to disable multi-threaded flush with innodb_use_mtflush = 0
option, by default multi-threaded flush is used.
Updated innochecksum tool, still it does not support new checksums.
Diffstat (limited to 'storage/xtradb/include/ut0wqueue.h')
-rw-r--r-- | storage/xtradb/include/ut0wqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/ut0wqueue.h b/storage/xtradb/include/ut0wqueue.h index 6513f4982c0..e6b9891aed1 100644 --- a/storage/xtradb/include/ut0wqueue.h +++ b/storage/xtradb/include/ut0wqueue.h @@ -105,7 +105,7 @@ ib_wqueue_nowait( /******************************************************************** -Get number of items on queue. +Get number of items on queue. @return number of items on queue */ ulint ib_wqueue_len( |