mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 22:55:32 +02:00
Fixed include file usage
hp_test2 now works again Fixed wrong cast, which caused problems with gcc 4.0 and floats in prepared statements (Bug #19694)
This commit is contained in:
parent
747c17ffa3
commit
8e2099295d
5 changed files with 8 additions and 5 deletions
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "my_base.h" /* Includes errno.h */
|
||||
#include "m_ctype.h"
|
||||
#include <my_global.h> /* Includes errno.h */
|
||||
#include <m_ctype.h>
|
||||
|
||||
#define MAX_DBL_EXP 308
|
||||
#define MAX_RESULT_FOR_MAX_EXP 1.79769313486232
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue