1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -18,10 +18,6 @@
#include "mysql_priv.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
Item *create_func_abs(Item* a)
{
return new Item_func_abs(a);