summaryrefslogtreecommitdiff
path: root/heap
Commit message (Expand)AuthorAgeFilesLines
* merge with 4.0.5unknown2002-10-1625-388/+875
|\
| * Mergeunknown2002-10-141-5/+3
| |\
| | * mergeunknown2002-10-141-37/+6
| | |\
| | * | Portability fixes to be able to compile MySQL with VC++unknown2002-10-081-5/+3
| * | | Merge work:/home/bk/mysql-4.1unknown2002-10-141-2/+2
| |\ \ \
| | * | | DEBUG_PRINT() has been fixedunknown2002-10-141-2/+2
| | | |/ | | |/|
| * | | mergedunknown2002-10-1425-382/+877
| |\ \ \ | | |/ /
| | * | Don't use sort_order directlyunknown2002-10-101-10/+2
| | * | Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-101-25/+2
| | * | my_sortcmp -> my_strnncollunknown2002-10-091-2/+2
| | |/
| | * auto_increment for heap tablesunknown2002-10-077-8/+75
| | * Additional key segment (HA_KEYTYPE_END) creation has been moved from handler ...unknown2002-10-031-7/+11
| | * Some speed improvementsunknown2002-08-151-8/+15
| | * Stupid bug has been fixedunknown2002-07-122-0/+2
| | * Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1unknown2002-06-074-173/+181
| | |\
| | | * tests fixesunknown2002-06-072-3/+10
| | | * heap_create() <-> heap_open()unknown2002-06-074-171/+172
| | * | check_one_rb_key() funcunknown2002-06-071-4/+51
| | |/
| | * Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1unknown2002-06-041-1/+1
| | |\
| | | * Changes for new binary .frm formatunknown2002-06-041-1/+1
| | * | Removed unnecessary key search in the hp_rb_write_key() functionunknown2002-05-282-15/+16
| | * | Heap table code cleanupunknown2002-05-238-71/+76
| | |/
| | * BTREE heap key structure is now the same as MyISAMunknown2002-05-2110-85/+119
| | * HEAP tables bug (by Ramil request)unknown2002-05-131-4/+1
| | * Use keyseg charset instead of default_charset_infounknown2002-05-061-15/+8
| | * Index number argumentunknown2002-04-293-10/+7
| | * MI_KEYSEG -> HA_KEYSEGunknown2002-04-255-16/+16
| | * RB-Tree indexes support in HEAP tablesunknown2002-04-2524-225/+569
| | * Fix for problem that GROUP BY and DISTINCT didn't work for UTF8unknown2002-04-171-2/+12
| | * New ctype functions/macros to support many charsets at a timeunknown2002-03-121-4/+9
| | * Same patches as for 4.0. See there for detailsunknown2002-03-072-6/+5
| | * small bug fix, read more about it in 4.0unknown2002-03-061-0/+6
* | | Merge with 3.23.54unknown2002-10-162-2/+19
|\ \ \ | |/ / |/| |
| * | Allocate HEAP blocks in smaller blocks to get better memory utilization and m...unknown2002-10-132-2/+19
* | | - Applied required modifications for automake 1.5unknown2002-10-011-9/+0
* | | Fixed mysqldumpslow for new dump format.unknown2002-03-121-5/+0
* | | better fix for a bug fix from yesterdayunknown2002-03-072-6/+5
* | | iA fix for small bug that returns wrong index instead of enf of fileunknown2002-03-061-0/+6
| |/ |/|
* | Add support for NULL=NULL in keys (Used in GROUP BY optimization)unknown2002-01-163-3/+4
* | Added support of null keys in HEAP tablesunknown2002-01-126-16/+126
* | Update copyrightunknown2001-12-0627-82/+81
* | Integrated table->ref_primary_key into table->part_of_keyunknown2001-09-211-0/+1
* | Changed to use my_global.hunknown2001-09-141-1/+1
* | Merge with 3.23.42unknown2001-09-133-37/+32
|\ \ | |/
| * OS2 patchunknown2001-09-123-37/+32
* | merge with 3.23.42unknown2001-09-021-2/+2
|\ \ | |/
| * Portability fixesunknown2001-08-231-2/+2
* | Fix of UNION codeunknown2001-08-195-17/+36
|/
* got --with-other-libc to work, finallyunknown2001-04-021-0/+2
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-1/+1