summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-05-12 01:00:46 +0300
committerunknown <monty@donna.mysql.fi>2001-05-12 01:00:46 +0300
commit6433cf75e744d6bb75f4daec1b3eeb353c4c6d8a (patch)
tree2419ffa24dc807f5defd4b6a6a194432c0ee8363 /innobase
parentc6d9cbfa243f87be607259e5411635059ec3d071 (diff)
downloadmariadb-git-6433cf75e744d6bb75f4daec1b3eeb353c4c6d8a.tar.gz
cleanup
Docs/manual.texi: Updated gdb / trace information innobase/pars/pars0grm.c: Removed warning on windows mysys/mf_keycache.c: Changed "exec" to "check_keycache" sql/mysqld.cc: Added suffix for windows binaries
Diffstat (limited to 'innobase')
-rw-r--r--innobase/pars/pars0grm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/pars/pars0grm.c b/innobase/pars/pars0grm.c
index 7f629a8fe4c..e06cba4e69d 100644
--- a/innobase/pars/pars0grm.c
+++ b/innobase/pars/pars0grm.c
@@ -95,9 +95,10 @@
/* The value of the semantic attribute is a pointer to a query tree node
que_node_t */
#define YYSTYPE que_node_t*
-#define alloca mem_alloc
#include "univ.i"
+#undef alloca
+#define alloca mem_alloc
#include <math.h>
#include "pars0pars.h"
#include "mem0mem.h"