1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00

Numerous small fixes to index_merge read time estimates code

This commit is contained in:
sergefp@mysql.com
2003-12-20 00:53:14 +03:00
parent 50f29b0e9e
commit a8456e6801
7 changed files with 190 additions and 110 deletions

View File

@@ -666,6 +666,17 @@ extern double my_atof(const char*);
#define FLT_MAX ((float)3.40282346638528860e+38)
#endif
/* Define missing math constants. */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifndef M_E
#define M_E 2.7182818284590452354
#endif
#ifndef M_LN2
#define M_LN2 0.69314718055994530942
#endif
/*
Max size that must be added to a so that we know Size to make
adressable obj.