summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
diff options
context:
space:
mode:
authorsergefp@mysql.com <>2003-12-20 00:53:14 +0300
committersergefp@mysql.com <>2003-12-20 00:53:14 +0300
commita8456e6801040e9b10aa3a89621b360684dc543c (patch)
tree75689b4bf7fed0ba61636f2437be5b8c027a3836 /sql/item_create.cc
parent50f29b0e9e01ef51df964c6bc5f3256695bf8e4c (diff)
downloadmariadb-git-a8456e6801040e9b10aa3a89621b360684dc543c.tar.gz
Numerous small fixes to index_merge read time estimates code
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r--sql/item_create.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc
index 7a548962cde..aa64cf52017 100644
--- a/sql/item_create.cc
+++ b/sql/item_create.cc
@@ -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);