2303 Commits (889b4ebcee0cbbc01cc1d87d04a9c2524dc49408)

Author SHA1 Message Date
joerg@trift-lap.none af3c675bc1 Avoid the name conflict between the system-provided "md5.h" and the MySQL one 19 years ago
gkodinov/kgeorge@magare.gmz 015e1290a1 Bug #29325: 19 years ago
antony@ppcg5.local 68af862c77 add and amend comments for clarity 19 years ago
antony@ppcg5.local b0b0b0fbc4 Bug#25511 19 years ago
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru aabbd2fb69 Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?) 19 years ago
df@pippilotta.erinye.com c64fca9e24 follow-up fix 19 years ago
bar@mysql.com/bar.myoffice.izhnet.ru d3c4f1b22b Bug#28916 LDML doesn't work for utf8 19 years ago
gkodinov/kgeorge@macbook.gmz 9a1d8adc9d Bug #26162: Trigger DML ignores low_priority_updates setting 19 years ago
istruewing@chilla.local 59a0542209 Bug#28478 - Improper key_cache_block_size corrupts MyISAM tables 19 years ago
kaa@polly.local d30872b4b2 Got rid of log_01[], because we don't really need it. Division and log_10[] can always be used instead, which is also a more precise way. 19 years ago
kaa@polly.local afc59d3381 Some Windows-related fixes to make Microsoft compilers happy. This is for bug #28128. 19 years ago
kaa@polly.local 8ac1ffdf1d Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated to 31 digits" 19 years ago
msvensson@pilot.blaudden 006afd713d Bug #26664 test suite times out on OS X 64bit 19 years ago
msvensson@pilot.blaudden 93b1fe65d8 Bug#26664 test suite times out on OS X 64bit 19 years ago
svoj@mysql.com/june.mysql.com 4f11124c48 Addition to fix for 19 years ago
msvensson@pilot.blaudden a65d12a830 Backport of TIME->MYSQL_TIME / Y2K fixset 19 years ago
msvensson@pilot.blaudden 47d3829f0b Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototype 19 years ago
df@pippilotta.erinye.com fd8f890ad7 import of fix for bug#28240 19 years ago
holyfoot/hf@mysql.com/hfmain.(none) e3fa9c594d Bug #27957 cast as decimal does not check overflow, also inconsistent with group, subselect 19 years ago
kaa@polly.local 3bed463963 If isinf() is not available on a target platform, use our own imlementation via finite() and isnan(). If either of the last two is not available as well, use simple replacements which are platform-neutral, but slower than compiler intrinsics. 19 years ago
msvensson@pilot.blaudden a31fce0a6c Remove left over file abi_check 19 years ago
msvensson@pilot.blaudden 20e622dcf3 Bug#25452 mysql_upgrade access denied 19 years ago
joerg@trift2. a3c70abb4e Header file "decimal.h" needs to be delivered with binary packages: 19 years ago
msvensson@pilot.blaudden c405f94cfb Bug#14862 undefined reference to `isinf' on SOLARIS - strings/strtod.c 19 years ago
msvensson@pilot.blaudden 7563ebefca Bug#25118 ATTRIBUTE_FORMAT_FPTR undeclared in m_ctype.h 19 years ago
kent@mysql.com/kent-amd64.(none) 8cc67c011e Deleted reject files accidently checked in 19 years ago
mskold/marty@mysql.com/linux.site 625a2629f0 Bug #26242 UPDATE with subquery and triggers failing with cluster tables 19 years ago
kent@mysql.com/kent-amd64.(none) 7a2e0ee7d7 configure.in: 19 years ago
msvensson@pilot.blaudden f8b3241726 Set yaSSL to use same type as MySQL do for socket handles 19 years ago
jani@ua141d10.elisa.omakaista.fi e12ad391b5 Fixes for 4.1 to be as in 5.0 and above. 19 years ago
jani@ua141d10.elisa.omakaista.fi 5c542a4656 Fixed compiler warnings. 19 years ago
iggy@recycle.(none) 988ce58052 Bug#23736 Pointer free error in mysqlbinlog 19 years ago
kent@mysql.com/kent-amd64.(none) 4e4f184170 Makefile.am, configure.in, mysys.dsp: 19 years ago
anozdrin/alik@booka.opbmk c666e2f276 Polishing: use constants instead of magic numbers. 19 years ago
jani@ua141d10.elisa.omakaista.fi bcbc0031eb Fixed compiler warnings. 19 years ago
msvensson@pilot.blaudden 7e292b9a9a Bug#26536 func_time failure on vm-win2003-64-b, occurs every time 19 years ago
monty@mysql.com/narttu.mysql.fi e5cc397f33 Fixed compiler warnings (for linux and win32 and win64) 19 years ago
monty@mysql.com/narttu.mysql.fi 222e128b34 Fixed unsafe define of uint4korr() 19 years ago
joerg@trift2. 0cdbda1273 include/config-win.h : 19 years ago
Kristofer.Pettersson@naruto. cd0a43f528 Bug#25042 OPTIMIZE TABLE cause race condition in IO CACHE SHARE 19 years ago
istruewing@chilla.local 3a664472de After merge fix 19 years ago
jani@ua141d10.elisa.omakaista.fi b3523e398c Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
jani@ua141d10.elisa.omakaista.fi 0b4ee9e5b8 Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
monty@mysql.com/narttu.mysql.fi 120e3f5ee1 Avoid compiler warnings on powermacg5 19 years ago
jani@a88-113-38-195.elisa-laajakaista.fi ff58749b29 Fix for configure to detect library correctly. 19 years ago
iggy@recycle.(none) ef5f757ac2 Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces 19 years ago
mmj@tiger.mmj.dk f61a873c60 my_global.h: 19 years ago
mmj@tiger.mmj.dk 37ae5bbbbe my_global.h: 19 years ago
kent@mysql.com/kent-amd64.(none) 6523aca729 my_strtoll10-x86.s: 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago