summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
Commit message (Expand)AuthorAgeFilesLines
* Increased heap max length to > 4G for 64 bit machines unknown2006-11-281-1/+1
* Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2unknown2006-10-161-1/+2
|\
| * BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesunknown2006-08-101-1/+2
* | Bug#20573unknown2006-08-301-1/+4
* | Manual mergeunknown2006-03-301-1/+1
|\ \ | |/
| * Cleanup during review of new pushed codeunknown2006-03-301-11/+7
* | Post-merge fixes.unknown2006-02-031-2/+2
* | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2006-02-021-11/+45
|\ \ | |/
| * Added comments to specify why no much mutex is needed.unknown2006-01-271-0/+24
| * Bug #12796: Record lost in HEAP tableunknown2005-11-081-13/+25
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-0/+4
|\ \
| * | Next big patch for loadable storage engines!unknown2005-10-021-0/+4
* | | Move handler specific options into handlerton flag checkunknown2005-09-301-1/+1
|/ /
* | Cleanup for handlerton structure to allow for loadable engine work. This is t...unknown2005-09-191-1/+1
* | Implement MySQL framework to support consistent read views inunknown2005-07-201-10/+13
* | A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-0/+24
* | Bug#10178 - failure to find a row in heap table by concurrent UPDATEsunknown2005-06-241-5/+25
|\ \ | |/
| * Bug#10178 - failure to find a row in heap table by concurrent UPDATEsunknown2005-06-241-5/+26
* | Merge with 4.1unknown2005-06-071-2/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
| * Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
| * Mergeunknown2005-06-011-1/+0
| |\
| | * Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-1/+0
* | | Mergeunknown2005-06-021-0/+2
|\ \ \ | |/ /
| * | tztime.cc:unknown2005-06-021-0/+2
* | | Merge from 4.1unknown2005-05-261-1/+1
|\ \ \ | |/ /
| * | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
| |/
* | 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