summaryrefslogtreecommitdiff
path: root/sql/lex_symbol.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-05 19:49:50 +0200
committermonty@mysql.com <>2004-03-05 19:49:50 +0200
commit8f093d0fb397b2780c25c233263a8bd842783e5f (patch)
tree4d38939c1f7db4ae8bb4e98725f17b623a00e6c0 /sql/lex_symbol.h
parentb04915943116e729d9e3c13fa7b30c45a1978952 (diff)
downloadmariadb-git-8f093d0fb397b2780c25c233263a8bd842783e5f.tar.gz
Portability fixes
Diffstat (limited to 'sql/lex_symbol.h')
-rw-r--r--sql/lex_symbol.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/lex_symbol.h b/sql/lex_symbol.h
index d1d30a73669..3074a489b6a 100644
--- a/sql/lex_symbol.h
+++ b/sql/lex_symbol.h
@@ -37,4 +37,13 @@ typedef struct st_lex_symbol
uint length;
} LEX_SYMBOL;
+typedef struct st_sym_group {
+ const char *name;
+ const char *needed_define;
+} SYM_GROUP;
+
+extern SYM_GROUP sym_group_common;
+extern SYM_GROUP sym_group_geom;
+extern SYM_GROUP sym_group_rtree;
+
#endif /* _lex_symbol_h */