summaryrefslogtreecommitdiff
path: root/mysys/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\
| * Many files:unknown2006-12-231-2/+1
* | Merge mysql.com:/home/my/mysql-5.0unknown2006-11-221-6/+7
|\ \ | |/
| * Remove compiler warningsunknown2006-11-201-6/+7
* | Merge mysql.com:/opt/local/work/mysql-5.0-mergeunknown2006-01-051-25/+35
|\ \ | |/
| * Merge mysql.com:/opt/local/work/mysql-4.1-7209-newunknown2006-01-041-25/+35
| |\
| | * A fix for Bug#7209 "Client error with "Access Denied" on updates unknown2006-01-041-25/+35
* | | Table definition cache, part 2unknown2005-11-231-1/+1
|/ /
* | Fixes during review of new codeunknown2005-07-041-2/+1
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-06-091-2/+20
|\ \ | |/
| * Fix hashcmp() to handle special case of zero length, whichunknown2005-06-011-2/+20
| * Manual merge of the 4.0.24 compile changes into the 4.1 tree.unknown2005-03-071-1/+1
| |\
* | \ Merge changes.unknown2005-03-081-1/+1
|\ \ \ | | |/ | |/|
| * | Qualify 'inline' functions as 'static inline' to please the Sun C compiler.unknown2005-03-041-3/+3
* | | manually mergedunknown2005-02-141-1/+1
|\ \ \ | |_|/ |/| |
| * | XA (not completely polished out yet)unknown2005-01-161-1/+1
* | | A fix for linking failure of MySQL client when linking with imap librariesunknown2005-01-111-3/+3
* | | myisam/sort.c:my_var_write and mysys/hash.c:hash_key made static inline,unknown2004-12-161-1/+1
|/ /
* | Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-0/+1
* | Review of all code pushed since last reviewunknown2004-10-201-1/+1
* | true,false -> TRUE, FALSEunknown2004-10-141-16/+41
* | A fix and test case for Bug#5315 "mysql_change_user() doesn't freeunknown2004-09-221-0/+26
* | Changed %lx -> 0x%lx (for easier comparison of debug files)unknown2004-08-231-2/+2
* | Merge with 4.0 to get the latest bug patches to 4.1unknown2004-06-251-1/+2
|\ \ | |/
| * - rephrased commentunknown2004-06-221-1/+2
| * - Applied some portability fixes for SGI IRIX/MipsPro compilerunknown2004-06-221-1/+1
* | Portability fixesunknown2004-03-051-1/+1
* | Optimized GIS functionsunknown2004-03-041-3/+3
* | Added missing SSL library (Should be in source distribution)unknown2003-11-281-2/+3
* | Merge key cache structures to oneunknown2003-11-201-0/+5
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+1
* | SCRUMunknown2003-09-191-1/+1
* | CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-1/+1
* | my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-1/+1
* | Some optimization in CHARSET_INFO:unknown2003-04-011-58/+11
* | Merge with 4.0unknown2002-11-211-5/+10
|\ \ | |/
| * Portability fixes for HP compiler and HPUX11unknown2002-11-091-5/+10
* | Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-101-35/+1
* | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-3/+4
* | Some speed improvementsunknown2002-08-151-1/+3
* | merge with 4.0unknown2002-06-031-1/+1
|\ \ | |/
| * init_dynamic_array MyODBC compatibility fixunknown2002-04-281-1/+1
* | Some charsets require special hash functionunknown2002-04-171-1/+6
* | Some fixes after merging changes from 4.0unknown2002-04-161-1/+1
* | mergeunknown2002-04-131-14/+19
|\ \ | |/ |/|
| * charset<->unicode conversion tables and routinesunknown2002-03-291-1/+2
| * Removed some default_charset_infounknown2002-03-141-2/+1
| * Hash now supports several charsetsunknown2002-03-141-14/+16
| * New ctype functions/macros to support many charsets at a timeunknown2002-03-121-2/+5
* | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.unknown2002-03-011-3/+3
|\ \ | |/ |/|