summaryrefslogtreecommitdiff
path: root/mysys/my_fstream.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-6/+8
|\ | | | | | | | | | | | | Noteworthy: - New HANDLER code - New multi-update-grant-check code - Table lock code in ha_innodb.cc was not applied
| * Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":guilhem@mysql.com2004-09-241-6/+8
| | | | | | | | | | we force the message to the error log, and we make it more informative; we treat EDQUOT like ENOSPC.
* | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-4/+4
|/ | | | | 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)
* Fix of UNION codemonty@hundin.mysql.fi2001-08-191-2/+3
| | | | | | | Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-291-0/+1
| | | | in FULLTEXT indexes.
* Import changesetbk@work.mysql.com2000-07-311-0/+170