Bug #1397 | Call to my_chsize fails on win32 when the argument newlength is 0 | ||
---|---|---|---|
Submitted: | 25 Sep 2003 3:44 | Modified: | 15 Oct 2003 23:12 |
Reporter: | Joakim Ahlen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | mysql-4.0.15 | OS: | Windows (Windows XP) |
Assigned to: | Vasily Kishkin | CPU Architecture: | Any |
[25 Sep 2003 3:44]
Joakim Ahlen
[25 Sep 2003 4:35]
Joakim Ahlen
I forgot to add, the affected file is mysys\my_chsize.c
[30 Sep 2003 11:59]
MySQL Verification Team
Thank you for the bug report I verified that the function SetFilePointer() has substituted SetFilePointerEx() and both handle the returns error in different ways, so even don't exists an error SetFilePointer() is returning like it. I reported this for our developer team and waiting their conclusion.
[15 Oct 2003 23:12]
MySQL Verification Team
Thank you for the bug report, this issue was already fixed with the ChangeSet: 1.1573 03/10/15 21:41:13 monty@mashka.mysql.fi +10 -0 Fixed chsize() problem on windows