summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
Commit message (Expand)AuthorAgeFilesLines
* Mergeunknown2005-05-071-2/+4
|\
| * Merge mysql.com:/home/jimw/my/mysql-4.1-8497unknown2005-05-071-2/+4
| |\
| | * Make sure that the filename for temporary tables is built with fn_format()unknown2005-03-011-2/+4
* | | BUG#9714 libsupc++ problemunknown2005-04-271-1/+6
* | | Fixed errors descovered by valgrind 2.4unknown2005-04-061-0/+1
* | | after merge fixunknown2005-03-171-1/+1
* | | Merge 4.1 -> 5.0unknown2005-03-171-3/+11
|\ \ \ | |/ /
| * | Partly reverty back patch (in heap-auto-increment-key detection) to ensure th...unknown2005-03-161-9/+11
* | | after merge fixunknown2005-03-151-2/+2
* | | mergingunknown2005-03-151-4/+8
|\ \ \ | |/ /
| * | A fix (bug #8489: Strange auto_increment behaviour with HEAP table).unknown2005-03-151-4/+8
| |/
* | after merge fixesunknown2005-03-091-2/+0
* | Remove compiler warnings and remove not used variablesunknown2005-02-251-1/+0
* | Merge with 4.1unknown2005-02-101-6/+7
|\ \ | |/
| * Fix for BUG#8371: wrong rec_per_key value for hash index on temporary tableunknown2005-02-081-6/+7
* | Merge with 4.1unknown2005-01-151-4/+18
|\ \ | |/
| * limit HEAP table size with max_heap_table_size, better estimation for mem_per...unknown2005-01-141-6/+18
* | First stage of table definition cacheunknown2005-01-061-18/+19
* | Add 0x before pointers (to help with debugging)unknown2004-12-181-2/+4
* | Update results for new varchar handlingunknown2004-12-071-2/+3
* | Merge with new VARCHAR codeunknown2004-12-061-2/+6
|\ \
| * | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-2/+6
* | | mergedunknown2004-11-171-1/+1
* | | mergedunknown2004-11-171-5/+52
|\ \ \ | | |/ | |/|
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-161-4/+51
| |\ \
| | * | Fix for bug#5138 continued: added comments, removed extra debug printf calls,...unknown2004-10-121-10/+9
| | * | Fix for bug#5138: hash indexes on heap tables support statistics.unknown2004-09-081-4/+52
* | | | Changed some unneccessary calls to current_thd() into table->in_useunknown2004-11-121-13/+20
| |_|/ |/| |
* | | merge with 4.1unknown2004-10-291-11/+8
|\ \ \ | |/ /
| * | Fixed wrong range test code for HEAP tables. This caused a crash when doing a...unknown2004-10-231-1/+2
| * | Fix for bug #5555: "GROUP BY enum_field" returns incorrect resultsunknown2004-10-051-6/+2
| * | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-4/+4
| |/
* | Mergeunknown2004-09-151-12/+14
|\ \
| * \ Merge.unknown2004-09-131-12/+14
| |\ \ | | |/ | |/|
| | * Added per thread status variables, after review, patch v1.1.unknown2004-09-131-12/+14
* | | Added options --auto-increment-increment and --auto-increment-offset.unknown2004-09-151-1/+1
|/ /
* | Bug 4531: unique key prefix interacts poorly with utf8unknown2004-08-191-1/+1
* | manually mergedunknown2004-08-181-1/+2
|\ \ | |/ |/|
| * fixed Bug #4973 Memory is not released when HEAP table is droppedunknown2004-08-111-1/+2
* | handler interface cleanups:unknown2004-06-231-0/+6
* | typo fixedunknown2004-05-171-1/+1
* | key_cmp -> key_cmp_if_sameunknown2004-05-161-21/+13
* | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).unknown2004-05-061-7/+137
* | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-5/+0
* | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-4/+4
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-0/+10
* | After merge fixesunknown2004-02-161-1/+3
* | Merge with 4.0.18unknown2004-02-111-0/+1
|\ \ | |/
| * Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables":unknown2004-01-301-0/+1
* | Added --compact to mysqlbinlogunknown2004-02-091-1/+1