diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-10-08 21:58:17 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-10-08 21:58:17 +0200 |
commit | 33b4ba995061d2b3d24c68414e505a43dbd52ebb (patch) | |
tree | 24c9aa58a23e0883c95aca4e219fa8a5767bf2e0 /libmysql/libmysql.c | |
parent | fd04391340e9480857e0a31426cdefea21b5a036 (diff) | |
download | mariadb-git-33b4ba995061d2b3d24c68414e505a43dbd52ebb.tar.gz |
Fix bug#47923 New "mf_keycache.c" requires thread support
The bug is a compilation issue:
Function "find_key_block()" had thread operations
which were not guarded by "#if THREAD", add that now.
mysys/mf_keycache.c:
Without thread-support, we are in a single-threaded world,
so there is no parallelism, and the keycache cannot be
within a resize operation while this request is being processed.
Diffstat (limited to 'libmysql/libmysql.c')
0 files changed, 0 insertions, 0 deletions