diff options
author | unknown <svoj@mysql.com/june.mysql.com> | 2007-05-17 12:43:52 +0500 |
---|---|---|
committer | unknown <svoj@mysql.com/june.mysql.com> | 2007-05-17 12:43:52 +0500 |
commit | 6e09887f5d4ef9c09c17af8dc4912201cc153b2b (patch) | |
tree | 64221405aa131aab625c337f690aa631bc194858 /mysys | |
parent | e1e83a8b66dc59b1e46cd78db6a20b8ba2ea44ba (diff) | |
download | mariadb-git-6e09887f5d4ef9c09c17af8dc4912201cc153b2b.tar.gz |
Addition to fix for
BUG#25712 - insert delayed and check table run together report
crashed tables
Let MY_THREADSAFE have distinct value. Some functions call my_seek
passing MyFlags argument directly to it. This may cause unnecessary
locks, which may finally lead to a dead-lock (specifically see my_lock).
include/my_sys.h:
Addition to fix for
BUG#25712 - insert delayed and check table run together report
crashed tables
Let MY_THREADSAFE have distinct value. Some functions call my_seek
passing MyFlags argument directly to it. This may cause unnecessary
locks, which may finally lead to a dead-lock (specifically see my_lock).
Also it doesn't affect my_pread/my_pwrite in any way. So the comment was
updated.
Diffstat (limited to 'mysys')
0 files changed, 0 insertions, 0 deletions