Dmitry Shulga
14dbc7e4e6
Fixed bug #47485 - mysql_store_result returns a not NULL result set
...
for a prepared statement.
2010-09-07 14:18:01 +07:00
Davi Arnaut
d676c3ff0e
Bug#52514: mysql 5.1 do_abi_check does not compile w/ gcc4.5
...
due to GCC preprocessor change
The problem is that newer GCC versions treats missing headers
as fatal errors. The solution is to use a guard macro to prevent
the inclusion of system headers when checking the ABI with the
C Preprocessor.
Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15638
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44836
2010-07-20 14:44:29 -03:00
Davi Arnaut
ec3e44778d
Post-merge fix for bug 41728: revert fix that was pushed in mistake to 5.1 and up.
2009-11-24 19:25:23 -02:00
Davi Arnaut
bcf28194d7
Automerge.
2009-11-02 09:22:36 -02:00
Narayanan V
c5095f77f8
WL#4380
...
1) Disabled abi_check rule for all compilers except gcc
2) restored the -dI option to retain the header information.
2008-08-08 14:30:05 +05:30
Narayanan V
a9775e8507
WL#4380
...
1) Remove solaris sparc specific output produced by the
pre-processor in the .out files
2) Ensure compatibility of preprocessor options for solaris/sparc
platform.
2008-08-06 23:43:37 +05:30
Narayanan V
2f472dff75
WL#4380
...
added a rule that use gcc to generate preprocessor output (gcc -E)
that can be then compared to a already generated output using
the diff utility.
Ran make test on the repository to verify changes.
2008-06-17 17:57:04 +05:30