diff options
author | unknown <monty@mashka.mysql.fi> | 2002-08-24 16:32:16 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-08-24 16:32:16 +0300 |
commit | 5d641b1288ee01939cfddd145e070ebef87b6c17 (patch) | |
tree | aabd2378e79efbd8c2610d7dabacdfd1dca7e00c /innobase/pars/pars0grm.c | |
parent | fd096e655d52f80ee0ffc4cb63b4b5f740f2561a (diff) | |
download | mariadb-git-5d641b1288ee01939cfddd145e070ebef87b6c17.tar.gz |
Portability fix for AIX 4.3 powerpc with gcc 3.2
BitKeeper/deleted/.del-rpl_compat.test~5f6ba955e02aa95f:
deleted old test
Docs/manual.texi:
Added comment about shared libraries to upgrade section
Diffstat (limited to 'innobase/pars/pars0grm.c')
-rw-r--r-- | innobase/pars/pars0grm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/innobase/pars/pars0grm.c b/innobase/pars/pars0grm.c index 1b7b31f6443..05b75398084 100644 --- a/innobase/pars/pars0grm.c +++ b/innobase/pars/pars0grm.c @@ -94,9 +94,8 @@ /* The value of the semantic attribute is a pointer to a query tree node que_node_t */ -#include <math.h> - #include "univ.i" +#include <math.h> /* Can't be before univ.i */ #include "pars0pars.h" #include "mem0mem.h" #include "que0types.h" |