diff options
author | sasha@mysql.sashanet.com <> | 2001-04-11 19:38:02 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-11 19:38:02 -0600 |
commit | 3d76b4348e84dd33fec297c71853e695e31e9e08 (patch) | |
tree | 5b62d5cc1ea1cfa4ed0394b8fe4ba3704846a5d6 /myisam/mi_search.c | |
parent | 593e7ab4f391a613b23e9452cbded1e0b37d5606 (diff) | |
download | mariadb-git-3d76b4348e84dd33fec297c71853e695e31e9e08.tar.gz |
BitKeeper/triggers/post-commit
use REAL_EMAIL
myisam/mi_search.c
merged the dropped lines
ignore junk in libmysqld directory
Diffstat (limited to 'myisam/mi_search.c')
-rw-r--r-- | myisam/mi_search.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/myisam/mi_search.c b/myisam/mi_search.c index 206a30c307e..972f7fc5093 100644 --- a/myisam/mi_search.c +++ b/myisam/mi_search.c @@ -1110,6 +1110,9 @@ uint _mi_get_pack_key(register MI_KEYDEF *keyinfo, uint nod_flag, key+=length; } memcpy(key,page,rest_length); + page+=rest_length; + key+=rest_length; + continue; } else { |