summaryrefslogtreecommitdiff
path: root/sql/ha_heap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2006-06-041-4/+6
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-4/+6
* | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...guilhem@mysql.com2006-06-021-1/+4
|/
* Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-081-1/+1
|\
| * Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2006-02-021-1/+1
| |\
| | * Bug #12796: Record lost in HEAP tablepappa@c-5608e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-11-081-2/+2
* | | Table definition cache, part 2monty@mysql.com2005-11-231-3/+3
* | | WL #528: Faster free_tmp_tableramil@ndbmaster.mysql.com2005-11-061-0/+1
* | | Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to creat...monty@mysql.com2005-11-051-2/+2
* | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-251-0/+2
|\ \ \ | |/ /
| * | Always report row type of 'Fixed' for MEMORY tables. (Bug #3094)jimw@mysql.com2005-08-051-0/+2
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a193-229-222-105.elisa-laajakaista.fi2005-07-231-0/+1
|\ \ \ | |/ / |/| |
| * | Faster alter table code for 5.1.jani@a193-229-222-105.elisa-laajakaista.fi2005-07-221-0/+1
* | | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-191-2/+1
* | | Bug#10178 - failure to find a row in heap table by concurrent UPDATEsingo@mysql.com2005-06-241-1/+3
|\ \ \ | |/ / |/| / | |/
| * Bug#10178 - failure to find a row in heap table by concurrent UPDATEsingo@mysql.com2005-06-241-1/+3
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-06-091-0/+1
|\ \ | |/
| * Increase limit of partial key length in MEMORY storage enginejimw@mysql.com2005-05-241-0/+1
* | Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
|\ \ | |/
| * BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
* | Output 'MEMORY' as table type for tables using the memory (nee heap) storagejimw@mysql.com2005-01-131-1/+5
* | mergedserg@serg.mylan2004-11-171-3/+6
|\ \ | |/
| * Fix for bug#5138: hash indexes on heap tables support statistics.sergefp@mysql.com2004-09-081-4/+6
* | Added options --auto-increment-increment and --auto-increment-offset.monty@mishka.local2004-09-151-1/+1
* | Merge with 4.1monty@mysql.com2004-07-121-1/+1
|\ \ | |/
| * New handler::index_flags() definition to make it easy to check the full used ...monty@mysql.com2004-07-081-1/+1
* | Merge with 4.1.3-betamonty@mysql.com2004-07-071-11/+8
|\ \ | |/
| * Added missing root user to mysql.user on windows. (Bug #4242)monty@mysql.com2004-06-251-1/+1
| * handler interface cleanups:serg@serg.mylan2004-06-231-10/+7
* | Manual mergesergefp@mysql.com2004-06-141-1/+6
|\ \ | |/ |/|
| * Manual mergesergefp@mysql.com2004-05-291-1/+6
| |\
| | * Manual mergesergefp@mysql.com2004-05-131-1/+6
| | |\
| | | * This is first cset for WL#1394 "Optimize index merge when all involved index ...sergefp@mysql.com2004-05-131-1/+6
* | | | key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-161-4/+1
* | | | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).ingo@mysql.com2004-05-061-1/+5
|/ / /
* | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...serg@serg.mylan2004-04-061-3/+1
|/ /
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-251-0/+2
|/
* Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-2/+3
|\
| * Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-2/+3
* | ::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
|/
* 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
* Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-121-1/+1
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-0/+1
* HANDLER works only with MyISAM tablesserg@serg.mysql.com2001-12-211-1/+1
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
* 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
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-1/+1