summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.1monty@mysql.com2005-01-151-4/+18
|\
| * limit HEAP table size with max_heap_table_size, better estimation for mem_per...serg@serg.mylan2005-01-141-6/+18
* | First stage of table definition cachemonty@mysql.com2005-01-061-18/+19
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-2/+4
* | Update results for new varchar handlingmonty@mysql.com2004-12-071-2/+3
* | Merge with new VARCHAR codemonty@mysql.com2004-12-061-2/+6
|\ \
| * | Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-2/+6
* | | mergedserg@serg.mylan2004-11-171-1/+1
* | | mergedserg@serg.mylan2004-11-171-5/+52
|\ \ \ | | |/ | |/|
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-11-161-4/+51
| |\ \
| | * | Fix for bug#5138 continued: added comments, removed extra debug printf calls,...sergefp@mysql.com2004-10-121-10/+9
| | * | Fix for bug#5138: hash indexes on heap tables support statistics.sergefp@mysql.com2004-09-081-4/+52
* | | | Changed some unneccessary calls to current_thd() into table->in_usejani@ua141d10.elisa.omakaista.fi2004-11-121-13/+20
| |_|/ |/| |
* | | merge with 4.1monty@mysql.com2004-10-291-11/+8
|\ \ \ | |/ /
| * | Fixed wrong range test code for HEAP tables. This caused a crash when doing a...monty@mysql.com2004-10-231-1/+2
| * | Fix for bug #5555: "GROUP BY enum_field" returns incorrect resultsgluh@gluh.mysql.r18.ru2004-10-051-6/+2
| * | Support for TIMESTAMP columns holding NULL values. Unlike all otherdlenev@brandersnatch.localdomain2004-10-011-4/+4
| |/
* | Mergemonty@mishka.local2004-09-151-12/+14
|\ \
| * \ Merge.jani@rhols221.adsl.netsonic.fi2004-09-131-12/+14
| |\ \ | | |/ | |/|
| | * Added per thread status variables, after review, patch v1.1.jani@rhols221.adsl.netsonic.fi2004-09-131-12/+14
* | | Added options --auto-increment-increment and --auto-increment-offset.monty@mishka.local2004-09-151-1/+1
|/ /
* | Bug 4531: unique key prefix interacts poorly with utf8bar@mysql.com2004-08-191-1/+1
* | manually mergedserg@serg.mylan2004-08-181-1/+2
|\ \ | |/ |/|
| * fixed Bug #4973 Memory is not released when HEAP table is droppedvva@eagle.mysql.r18.ru2004-08-111-1/+2
* | handler interface cleanups:serg@serg.mylan2004-06-231-0/+6
* | typo fixedserg@serg.mylan2004-05-171-1/+1
* | key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-161-21/+13
* | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).ingo@mysql.com2004-05-061-7/+137
* | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...serg@serg.mylan2004-04-061-5/+0
* | WL#1266 "Separate auto-set logic from TIMESTAMP type."dlenev@jabberwock.localdomain2004-04-021-4/+4
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-251-0/+10
* | After merge fixesmonty@mysql.com2004-02-161-1/+3
* | Merge with 4.0.18monty@mysql.com2004-02-111-0/+1
|\ \ | |/
| * Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables":guilhem@mysql.com2004-01-301-0/+1
* | Added --compact to mysqlbinlogmonty@mysql.com2004-02-091-1/+1
* | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-13/+16
* | ::index_read_last() method has been addedram@mysql.r18.ru2002-11-281-1/+9
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-6/+6
|\ \ | |/
| * Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-3/+3
* | Some charset code clean-upsbar@bar.mysql.r18.ru2002-11-061-1/+1
* | auto_increment for heap tablesram@mysql.r18.ru2002-10-071-3/+32
* | Merge mysql.r18.ru:/usr/home/ram/mysql-4.1.lastram@mysql.r18.ru2002-10-031-13/+0
|\ \
| * | Additional key segment (HA_KEYTYPE_END) creation has been moved from handler ...ram@mysql.r18.ru2002-10-031-13/+0
* | | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-87/+117
|\ \ \ | |/ / | | / | |/ |/|
| * heap_create() <-> heap_open()ram@gw.udmsearch.izhnet.ru2002-06-071-90/+90
| * BTREE heap key structure is now the same as MyISAMram@gw.udmsearch.izhnet.ru2002-05-211-6/+3
| * Now several character sets can live in the same table,bar@gw.udmsearch.izhnet.ru2002-05-141-1/+1
| * Index number argumentram@gw.udmsearch.izhnet.ru2002-04-291-2/+2
| * MI_KEYSEG -> HA_KEYSEGram@gw.udmsearch.izhnet.ru2002-04-251-3/+3
| * RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-251-36/+67