summaryrefslogtreecommitdiff
path: root/include/my_global.h
Commit message (Expand)AuthorAgeFilesLines
* Fix __attribute__(A) macro (it formerly used bogus __cplusplus__ symbol)unknown2006-10-021-1/+1
* Disable __attribute__ entirely on g++ < 3.4. (Bug #2717)unknown2006-09-291-10/+15
* Bug #2717: include/my_global.h mis-defines __attribute__unknown2006-08-171-1/+21
* Fixed include file usageunknown2006-06-301-2/+2
* Merge selena.:H:/MYSQL/src/#05588-mysql-4.0unknown2005-09-071-0/+3
|\
| * Fixes bug #5588. vio_was_interrupted() function was added to detectunknown2005-08-301-0/+3
* | Add test for madvise() being declared in C++ code, because it is notunknown2005-08-311-0/+4
* | Simple fixes during review of new codeunknown2005-07-191-3/+6
* | Fixed some vio code that was using ___WIN__ instead of __WIN__unknown2005-07-121-1/+1
* | Fix for gcc 4.0 (they have removed min/max operators).unknown2005-07-111-4/+1
* | a fix (bug #11544: Use of missing rint() function on QNX).unknown2005-07-061-0/+5
* | an improvement (bug #7851: C++ 'new' conflicts with kernel header asm/system.h).unknown2005-06-241-2/+0
* | Merge mysql.com:/var/tmp/sslbug/mysql-4.0unknown2005-06-081-6/+0
|\ \ | |/
| * Fix forunknown2005-06-081-6/+0
* | a compiler must see '#pragma implementation' *before*unknown2005-06-051-7/+2
* | mergedunknown2005-06-031-7/+0
|\ \ | |/
| * *don't* mess with kernel defines, boy.unknown2005-06-031-18/+7
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-261-0/+5
|\ \
| * | Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-0/+5
* | | simplifying new/my_arg_new wrappingunknown2005-05-241-1/+3
|/ /
* | Build fixes for icc, compile _without_ "-no-gnu"unknown2005-05-231-1/+1
* | a fix (bug #10438: Raid stopped working because of change in atomic add detec...unknown2005-05-091-0/+6
* | Merge neptunus.(none):/home/msvensson/mysql/bug10241unknown2005-05-091-1/+1
|\ \
| * | After review fixesunknown2005-05-091-1/+1
* | | Merge neptunus.(none):/home/msvensson/mysql/bug10241unknown2005-05-091-0/+5
|\ \ \ | |/ /
| * | BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-041-0/+5
* | | A fix (bug #7970: CONFIG_NR_CPUS not defined for kernel header percpu.h).unknown2005-05-061-12/+0
|/ /
* | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...unknown2005-04-291-0/+2
* | Final fix for NPTL configuration (bug#2173, bug#5871, and bug#9497).unknown2005-04-261-0/+1
* | Step 2 of the switch to support configuration with NPTL:unknown2005-04-201-4/+4
* | mergeunknown2005-03-031-0/+3
|\ \ | |/
| * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-031-0/+3
* | backported configure flag from 5.0unknown2005-02-021-0/+6
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-261-0/+4
|\ \
| * | Stick FN_REFLEN to PATH_MAX.unknown2005-01-241-0/+4
* | | my_global.h:unknown2005-01-241-1/+1
|/ /
* | changed compile order, mysqladmin with ndbcluster extensions needs ndb to...unknown2004-11-151-2/+2
* | Fix for valgrind/purify for variables that the compiler touches but that does...unknown2004-11-091-0/+6
* | Fix for Bug#6024 "Test "client_test" fails in 4.1.6-gamma build (1)":unknown2004-10-151-1/+1
* | Merge with 4.0 for 4.1 releaseunknown2004-10-061-1/+7
|\ \ | |/
| * patch fixing after review on patch-fixing of unknown2004-10-041-1/+7
* | mergedunknown2004-08-201-21/+9
|\ \ | |/
| * Build bug on 64-Bit platforms.unknown2004-08-191-21/+9
* | manually mergedunknown2004-08-181-11/+17
|\ \ | |/
| * Bug #4797 - 32 bit and 64 bit builds behave differently on int32 overflowunknown2004-08-111-11/+17
* | forced X/Open mode on HPUX removed. The correct way (that affects not only C ...unknown2004-07-131-20/+0
* | my_global.h:unknown2004-07-091-1/+5
* | Added missing my_time.c file to mysqlclient projectunknown2004-06-281-0/+7
* | correct casting void->charunknown2004-06-271-10/+10
* | Fix for compilation failure on high-byte-first platforms.unknown2004-06-261-13/+14