mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
SCRUM
wl #1163 (Make spatial code optional) Patch I cleaned with Serg & Monty's suggestions sql/gen_lex_hash.cc: mysql_priv.h was included for SYM_GROUP declaration sql/lex.h: sym_group_xxx made global so we can use texts from them throughout the code sql/lex_symbol.h: SYM_GROUP declaration moved to mysql_priv.h sql/mysql_priv.h: declarations about SYM_GROUP sql/sql_table.cc: sym_group_xxx objects used instead of text constants a couple of HAVE_SPATIAL removed sql/sql_yacc.yy: sym_group_xxx used instead of text constants some duplicated code restructured MYF(0) parameters removed from net_printf calls
This commit is contained in:
parent
235f1a4d60
commit
214c178f17
6 changed files with 42 additions and 61 deletions
|
|
@ -81,9 +81,10 @@ TODO:
|
|||
#endif
|
||||
#include <my_getopt.h>
|
||||
#include "mysql_version.h"
|
||||
#include "mysql_priv.h"
|
||||
#include "lex.h"
|
||||
|
||||
static struct my_option my_long_options[] =
|
||||
struct my_option my_long_options[] =
|
||||
{
|
||||
{"help", '?', "Display help and exit",
|
||||
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue