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:
@ -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);
|
||||
|
Reference in New Issue
Block a user