Below is the list of changes that have just been committed into a local
4.0 repository of istruewing. When istruewing does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-09-22 17:23:25+02:00, istruewing@stripped +1 -0
Bug#14400 - Query joins wrong rows from table which is subject of
"concurrent insert"
After merge fix.
myisam/mi_rkey.c@stripped, 2006-09-22 17:23:24+02:00, istruewing@stripped +1 -0
Bug#14400 - Query joins wrong rows from table which is subject of
"concurrent insert"
After merge fix.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: istruewing
# Host: chilla.local
# Root: /home/mydev/mysql-4.0-bug14400
--- 1.17/myisam/mi_rkey.c 2006-09-22 17:23:27 +02:00
+++ 1.18/myisam/mi_rkey.c 2006-09-22 17:23:27 +02:00
@@ -86,6 +86,7 @@ int mi_rkey(MI_INFO *info, byte *buf, in
if (info->lastpos >= info->state->data_file_length &&
(search_flag != HA_READ_KEY_EXACT ||
last_used_keyseg != keyinfo->seg + keyinfo->keysegs))
+ {
do
{
uint not_used;
Thread |
---|
• bk commit into 4.0 tree (istruewing:1.2195) BUG#14400 | ingo | 22 Sep |