diff options
author | sasha@mysql.sashanet.com <> | 2002-04-01 21:46:23 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-04-01 21:46:23 -0700 |
commit | 14603a36202f208a83ca89af1cfc98892eb18539 (patch) | |
tree | 0156e4a56e551202f8c7a8237544114db4a8d1bc /mysys/mf_iocache2.c | |
parent | d3555002b7f9ce982375874e680e7feab68804e3 (diff) | |
download | mariadb-git-14603a36202f208a83ca89af1cfc98892eb18539.tar.gz |
relay_log_space_limit
DBUG_ macro cleanup
buffer boundary cleanup
This changeset, although not fully tested, works for me better than
anything I've had so far, including what is in the repository. I will
push it unless something crashes while I am writing this :-)
Diffstat (limited to 'mysys/mf_iocache2.c')
-rw-r--r-- | mysys/mf_iocache2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/mf_iocache2.c b/mysys/mf_iocache2.c index 127bf20e8fe..c56022e93e8 100644 --- a/mysys/mf_iocache2.c +++ b/mysys/mf_iocache2.c @@ -117,6 +117,7 @@ void my_b_seek(IO_CACHE *info,my_off_t pos) } info->pos_in_file=pos; info->seek_not_done=1; + DBUG_VOID_RETURN; } |