summaryrefslogtreecommitdiff
path: root/mysys/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-3/+1
* Merge next-mr -> next-4284. Konstantin Osipov2010-02-021-4/+12
* Merge WL#5137 to mysql-next-mrMikael Ronstrom2009-11-271-9/+40
|\
| * WL#5137, Remove hash calculation from LOCK_open in open_tableMikael Ronstrom2009-11-201-9/+40
| |\
| | * Review comments for LOCK_open patchMikael Ronstrom2009-11-101-10/+16
| | * A minor change to MySQL's hash where calculation of hash can be done separate...Mikael Ronstrom2009-10-091-2/+27
* | | Backport of:Konstantin Osipov2009-11-241-1/+1
|/ /
* | Merge from 5.0Staale Smedseng2009-09-171-7/+2
|\ \ | |/ |/|
| * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-171-5/+2
* | Bug#43572 Handle failures from hash_initV Narayanan2009-06-221-1/+1
* | merging with mysql-5.0-bugteamV Narayanan2009-06-191-7/+29
|\ \ | |/
| * Bug#43572 Handle failures from hash_initV Narayanan2009-06-191-6/+29
* | Fixed a prototype to match the actual function signature (addendum to theGeorgi Kodinov2009-03-201-1/+1
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-6/+5
|\ \ | |/
* | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
* | Bug#37958 - test main.plugin crash on Mac OS X when selecting from EXAMPLE en...Ingo Struewing2008-10-011-68/+70
* | Bug#25175 Too much memory used by MySQL grant systemthek@adventure.(none)2008-03-181-2/+3
* | Slow query log to file now displays queries with microsecond precissionmonty@mysql.com/nosik.monty.fi2007-07-301-8/+12
* | Merge mysql.com:/home/svoj/devel/mysql/BUG27564/mysql-5.0-enginessvoj@june.mysql.com2007-07-051-0/+19
|\ \ | |/
| * Merge mysql.com:/home/svoj/devel/mysql/BUG27564/mysql-4.1-enginessvoj@june.mysql.com2007-07-051-0/+19
| |\
| | * BUG#27564 - Valgrind: UDF does not cleanup correctlysvoj@mysql.com/june.mysql.com2007-07-051-0/+19
* | | Added casts to avoid compiler warnings and fixed a wrong type.jani@a88-113-38-195.elisa-laajakaista.fi2007-05-311-3/+5
* | | Merged from main 5.1jani@linux-th5m.site2007-05-241-2/+2
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-05-241-32/+33
|\ \ \
| * | | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-32/+33
* | | | WL#2936 - Falcon & MySQL plugin interface: server variablesistruewing@chilla.local2007-04-181-3/+6
* | | | WL#2936antony@ppcg5.local2007-03-021-0/+17
|/ / /
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ \ | |/ /
| * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | | Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-221-6/+7
|\ \ \ | |/ /
| * | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-6/+7
* | | Merge mysql.com:/opt/local/work/mysql-5.0-mergekonstantin@mysql.com2006-01-051-25/+35
|\ \ \ | |/ /
| * | Merge mysql.com:/opt/local/work/mysql-4.1-7209-newkonstantin@mysql.com2006-01-041-25/+35
| |\ \ | | |/
| | * A fix for Bug#7209 "Client error with "Access Denied" on updates konstantin@mysql.com2006-01-041-25/+35
* | | Table definition cache, part 2monty@mysql.com2005-11-231-1/+1
|/ /
* | Fixes during review of new codemonty@mysql.com2005-07-041-2/+1
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-06-091-2/+20
|\ \ | |/
| * Fix hashcmp() to handle special case of zero length, whichjimw@mysql.com2005-06-011-2/+20
| * Manual merge of the 4.0.24 compile changes into the 4.1 tree.joerg@mysql.com2005-03-071-1/+1
| |\
* | \ Merge changes.joerg@mysql.com2005-03-081-1/+1
|\ \ \ | | |/ | |/|
| * | Qualify 'inline' functions as 'static inline' to please the Sun C compiler.joerg@mysql.com2005-03-041-3/+3
* | | manually mergedserg@serg.mylan2005-02-141-1/+1
|\ \ \ | |_|/ |/| |
| * | XA (not completely polished out yet)serg@serg.mylan2005-01-161-1/+1
* | | A fix for linking failure of MySQL client when linking with imap librarieskonstantin@mysql.com2005-01-111-3/+3
* | | myisam/sort.c:my_var_write and mysys/hash.c:hash_key made static inline,konstantin@mysql.com2004-12-161-1/+1
|/ /
* | Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-0/+1
* | Review of all code pushed since last reviewmonty@mishka.local2004-10-201-1/+1
* | true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-16/+41
* | A fix and test case for Bug#5315 "mysql_change_user() doesn't freekonstantin@mysql.com2004-09-221-0/+26
* | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-2/+2