summaryrefslogtreecommitdiff
path: root/mysys/my_lwrite.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-2/+2
| | | | | | | (Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
* Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/40tsmith/tim@siva.hindu.god2006-09-141-0/+2
|\ | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/tmp/41
| * Bug #4053: too many of "error 1236: 'binlog truncated in the middle of ↵tsmith/tim@siva.hindu.god2006-09-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | event' from master" - Fix my_read/my_write to handle return values from read/write correctly - Add debugging 'deprecated function' warning to my_lread/my_lwrite - Add debugging 'error, read/write interrupt not handled' warning to my_quick_read/my_quick_write There is no test case associated with these changes. However, this is a conservative change, and no repeatable test case is available.
* | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-1/+1
|/ | | | | Cosmetic cleanups Don't call 'delete_elements' on copy_funcs as this causes elements to be freed twice
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-1/+1
|
* Import changesetbk@work.mysql.com2000-07-311-0/+47