summaryrefslogtreecommitdiff
path: root/sql/ha_heap.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-2/+3
|\
| * Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-2/+3
| | | | | | | | | | | | Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
* | ::index_read_last() method has been addedram@mysql.r18.ru2002-11-281-0/+1
| |
* | auto_increment for heap tablesram@mysql.r18.ru2002-10-071-2/+3
|/ | | | test case
* Fix some ORDER BY ... DESC problems with InnoDBmonty@hundin.mysql.fi2002-09-271-2/+3
|
* Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-5/+17
| | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags()
* Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-121-1/+1
| | | | Added ORDER BY optimization
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-0/+1
| | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* HANDLER works only with MyISAM tablesserg@serg.mysql.com2001-12-211-1/+1
| | | | HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* HA_NO_FULLTEXT_KEY and an appropriate error messageserg@serg.mysql.com2001-10-231-2/+2
|
* Don't use ranges on HEAP tables with LIKEmonty@donna.mysql.fi2001-04-171-7/+0
| | | | Don't reconnect client on close
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-1/+1
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-4/+5
|
* Bug fixes for 3.23.23monty@donna.mysql.com2000-08-291-1/+4
|
* Import changesetbk@work.mysql.com2000-07-311-0/+83