summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-10-08 21:58:17 +0200
committerJoerg Bruehe <joerg@mysql.com>2009-10-08 21:58:17 +0200
commit33b4ba995061d2b3d24c68414e505a43dbd52ebb (patch)
tree24c9aa58a23e0883c95aca4e219fa8a5767bf2e0 /libmysql/libmysql.c
parentfd04391340e9480857e0a31426cdefea21b5a036 (diff)
downloadmariadb-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