293 Commits (71fe19017206da71c053cbe794a382eb94f30741)

Author SHA1 Message Date
unknown 57036d8a71 Correct failing build. 18 years ago
unknown cebb6727b3 Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes) 18 years ago
unknown 61caf4635d Bug #24992 Enabling Shared Memory support on Windows x64 causes client to fail 18 years ago
unknown ed4578c02e Bug #23839 Multiple declarations of macros 18 years ago
unknown 44ebdc095a my_global.h: 18 years ago
unknown 61f57730a8 Excluded verbose and bad change to Mac OS X universal binaries handling 18 years ago
unknown f177f5f9a5 my_global.h: 18 years ago
unknown 65a32e834f Fix for bug #31254: "Max_data_length" truncated / reported wrong 18 years ago
unknown 76c19c74de This patch is a part of work on bug #5731 "key_buffer_size not properly restricted to 4GB". 18 years ago
unknown ae587cfb0c Fix for bug #29079: Semantics of "bigint" depend on platform specifics (size, signedness of char ?) 19 years ago
unknown 9e1585ab8f Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototype 19 years ago
unknown db9908fcb9 import of fix for bug#28240 19 years ago
unknown b42eb01e58 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
unknown 1d24597ff9 Bug#25452 mysql_upgrade access denied 19 years ago
unknown aeb896d601 Bug#14862 undefined reference to `isinf' on SOLARIS - strings/strtod.c 19 years ago
unknown bf5833bde8 Bug#25118 ATTRIBUTE_FORMAT_FPTR undeclared in m_ctype.h 19 years ago
unknown a0521cd749 Polishing: use constants instead of magic numbers. 19 years ago
unknown 50bd97a943 Fixed compiler warnings (for linux and win32 and win64) 19 years ago
unknown 2f3a17b63e Fixed unsafe define of uint4korr() 19 years ago
unknown cdf6001aeb Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
unknown 2ec2fa6d08 Cleanup of thread-type (linuxthread or NTPL) detection code 19 years ago
unknown 1b72f3618b Avoid compiler warnings on powermacg5 19 years ago
unknown 454c763c6b Fix for configure to detect library correctly. 19 years ago
unknown 679402dab6 my_global.h: 19 years ago
unknown c9f42a9bfa my_global.h: 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown 29bcffd77e BUG#24687 func_misc test fails on win64 19 years ago
unknown 7191e77539 Fixed portability issue in my_thr_init.c (was added in my last push) 19 years ago
unknown cdec7323ec Add ATTRIBUTE_FORMAT_FPTR macro for setting format specifier also on function pointers 19 years ago
unknown 5bd5f55eee When compiling with qcc on QNC the define __GNUC__will be set although it doesn't support full GNU syntax 19 years ago
unknown bde5116b51 Fix __attribute__(A) macro (it formerly used bogus __cplusplus__ symbol) 19 years ago
unknown 38a15a3151 Fix __attribute__(A) macro (it formerly used bogus __cplusplus__ symbol) 19 years ago
unknown 89fa50a92b Disable __attribute__ entirely on g++ < 3.4. (Bug #2717) 19 years ago
unknown 915bdfbea8 Bug #2717: include/my_global.h mis-defines __attribute__ 20 years ago
unknown dcb6659001 Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert"" 20 years ago
unknown d6e4a75aaf Bug#21222 Patch to support GNU/kFreeBSD build 20 years ago
unknown b76a687304 mysql.spec.sh: 20 years ago
unknown 77deeb7ee6 Fixed include file usage 20 years ago
unknown 64b82dfdb7 Fixed windows compilation failure introduced by fix for BUG#12982. 20 years ago
unknown cd323e29d4 BUG#12982 - LOAD DATA fails without any error for big files with big 20 years ago
unknown 59a33015b4 Fixed Bug#19479:mysqldump creates invalid dump. 20 years ago
unknown 4a2cd8701b Fix spelling error 20 years ago
unknown b97082c583 Bug#17716 Slave crash in net_clear on qnx 20 years ago
unknown a6b0029f4d EADDRINUSE is not defined on Windows. 20 years ago
unknown bbaf62b4aa my_global.h: 20 years ago
unknown 97bfd41fe1 Don't use PATH_MAX for FN_REFLEN as this uses too much stack space 20 years ago
unknown d40082448b Import patch for bug #13377 from current 5.0 bk tree. 20 years ago
unknown 303cae4cd8 Fixes bug #13377. my_open() & my_create() functions changed to use 20 years ago
unknown ecffc1b83c Several fixes revelaled by Intel compiler. 20 years ago
unknown f7bcd099f5 Compile problem about "madvise()" on Solaris (bug#7156). (Patch supplied by Kent) 20 years ago