diff options
author | istruewing@chilla.local <> | 2006-09-19 11:27:00 +0200 |
---|---|---|
committer | istruewing@chilla.local <> | 2006-09-19 11:27:00 +0200 |
commit | 5d509b32d422bd945d1c9336a5b4d5b9163ed269 (patch) | |
tree | 749377f8967b96e91ae158feab767b7079aecd31 /myisam/mi_rkey.c | |
parent | 3307d448ee041bc63d1e70092f038cababa819c2 (diff) | |
parent | 47dc3fbe8a93abd16e05b785c30e5b56b4d3d33e (diff) | |
download | mariadb-git-5d509b32d422bd945d1c9336a5b4d5b9163ed269.tar.gz |
Merge chilla.local:/home/mydev/mysql-4.1-bug14400-monty
into chilla.local:/home/mydev/mysql-5.0-bug14400-monty
Diffstat (limited to 'myisam/mi_rkey.c')
-rw-r--r-- | myisam/mi_rkey.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/mi_rkey.c b/myisam/mi_rkey.c index 3a58b17a983..43be34f6ebb 100644 --- a/myisam/mi_rkey.c +++ b/myisam/mi_rkey.c @@ -133,7 +133,6 @@ int mi_rkey(MI_INFO *info, byte *buf, int inx, const byte *key, uint key_len, } } } - if (share->concurrent_insert) rw_unlock(&share->key_root_lock[inx]); |