summaryrefslogtreecommitdiff
path: root/heap/hp_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to create storage directory for storage engines. unknown2005-04-261-984/+0
* Add 0x before pointers (to help with debugging)unknown2004-12-181-34/+67
* Merge with new VARCHAR codeunknown2004-12-061-10/+175
|\
| * Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-10/+175
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-161-2/+18
|\ \ | |/ |/|
| * Fix for bug#5138: hash indexes on heap tables support statistics.unknown2004-09-081-2/+18
* | Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-2/+2
|/
* Portability fixesunknown2004-08-261-30/+37
* ctype_utf8.test:unknown2004-08-161-10/+91
* assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* Fix skipp -> skip once and for all.unknown2004-06-031-1/+1
* key_cmp -> key_cmp_if_sameunknown2004-05-161-21/+16
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-3/+38
* Missed header addedunknown2003-12-161-0/+1
* Added missing timeout function for named pipes and shared memory (fixes core ...unknown2003-12-151-13/+50
* Fix:unknown2003-08-051-4/+6
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-2/+2
* Portability fixesunknown2003-02-271-5/+8
* fix for byte ordering bug in HEAP rb-treeunknown2002-11-191-0/+49
* fix for NULL processingunknown2002-11-151-12/+17
* 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-071-0/+48
* Some speed improvementsunknown2002-08-151-8/+15
* Heap table code cleanupunknown2002-05-231-23/+18
* BTREE heap key structure is now the same as MyISAMunknown2002-05-211-12/+41
* HEAP tables bug (by Ramil request)unknown2002-05-131-4/+1
* Use keyseg charset instead of default_charset_infounknown2002-05-061-15/+8
* MI_KEYSEG -> HA_KEYSEGunknown2002-04-251-10/+10
* RB-Tree indexes support in HEAP tablesunknown2002-04-251-33/+113
* 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
* Added support of null keys in HEAP tablesunknown2002-01-121-6/+82
* Update copyrightunknown2001-12-061-3/+3
* Fixed --no-defaults in mysqltestunknown2000-12-291-6/+87
* Import changesetunknown2000-07-311-0/+266