diff options
author | unknown <guilhem@mysql.com> | 2003-03-02 18:20:32 +0100 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-03-02 18:20:32 +0100 |
commit | b331fe928c38666a7119aa62f7a8e3acbb4e330a (patch) | |
tree | eb0da9678b0effb42639922c1e79e2289dac4ba9 /sql/mf_iocache.cc | |
parent | a2cc82182bbebb24a75e2d54d5361b3932416b9c (diff) | |
download | mariadb-git-b331fe928c38666a7119aa62f7a8e3acbb4e330a.tar.gz |
ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests
mysql-test/r/rpl_loaddatalocal.result:
ChangeSet 1.1625 was faulty as regards this file (LOAD DATA LOCAL bug)
mysql-test/t/rpl_loaddatalocal.test:
ChangeSet 1.1625 was faulty as regards this file (LOAD DATA LOCAL bug)
sql/mf_iocache.cc:
ChangeSet 1.1625 was faulty as regards this file (LOAD DATA LOCAL bug)
Diffstat (limited to 'sql/mf_iocache.cc')
-rw-r--r-- | sql/mf_iocache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mf_iocache.cc b/sql/mf_iocache.cc index 3b70dae2563..c79317cfeb3 100644 --- a/sql/mf_iocache.cc +++ b/sql/mf_iocache.cc @@ -81,7 +81,6 @@ int _my_b_net_read(register IO_CACHE *info, byte *Buffer, info->read_pos++; -info->request_pos=info->read_pos; DBUG_RETURN(0); } |