summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-06-06 13:13:54 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-06-06 13:13:54 +0300
commit29d840ee47c0e6406cbde7b1d878643d0b25e1ce (patch)
tree0221067d1ed6b5e463e17791834f35f10b936196 /configure.cmake
parent52c52b5fdf410fe918cb79b6bb1fdf8e6a749b03 (diff)
downloadmariadb-git-29d840ee47c0e6406cbde7b1d878643d0b25e1ce.tar.gz
Bug #11749418: 38965: TEST CASES GIS-RTREE, TYPE_FLOAT, TYPE_NEWDECIMAL
FAIL IN EMBEDDED SERVER FreeBSD 64 bit needs the FP_X_DNML to fpsetmask() to prevent exceptions from propagating into mysql (as a threaded application). However fpsetmask() itself is deprecated in favor of fedisableexcept(). 1. Fixed the #ifdef to check for FP_X_DNML instead of i386. 2. Added a configure.in check for fedisableexcept() and, if present, this function is called insted of the fpsetmask(). No need for new tests, as the existing tests cover this already. Removed the affected tests from the experimental list.
Diffstat (limited to 'configure.cmake')
0 files changed, 0 insertions, 0 deletions