diff options
author | unknown <malff/marcsql@weblab.(none)> | 2006-08-18 19:16:07 -0700 |
---|---|---|
committer | unknown <malff/marcsql@weblab.(none)> | 2006-08-18 19:16:07 -0700 |
commit | cd2c9eeccb9f7165c4ba07a3172b70076c46ac74 (patch) | |
tree | d9548bd46c1b57786025e4e914f092fa5bbb37b4 /sql/Makefile.am | |
parent | dec9116f4eec68cc15c4e543d1ad372762d20653 (diff) | |
download | mariadb-git-cd2c9eeccb9f7165c4ba07a3172b70076c46ac74.tar.gz |
WL#3432 (Compile the Parser with a --debug --verbose option)
Corrected build issues : the build can not be conditional.
to keep a unique source .tar.gz distribution.
configure.in:
Rolling back previous change
sql/Makefile.am:
Partially rolling back previous change.
The build has to be unconditional, for the source .tar.gz distribution
sql/mysql_priv.h:
WL#3432 (Compile the Parser with a --debug --verbose option)
sql/sql_parse.cc:
WL#3432 (Compile the Parser with a --debug --verbose option)
Moved turn_parser_debug_on to sql_yacc.yy
sql/sql_yacc.yy:
WL#3432 (Compile the Parser with a --debug --verbose option)
Moved turn_parser_debug_on to sql_yacc.yy
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 251fbaa1c9a..ceec9757889 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -119,11 +119,7 @@ BUILT_SOURCES = sql_yacc.cc sql_yacc.h lex_hash.h EXTRA_DIST = $(BUILT_SOURCES) DISTCLEANFILES = lex_hash.h sql_yacc.output -AM_YFLAGS = -d - -if MYSQL_CONF_DEBUG -AM_YFLAGS += --debug --verbose -endif +AM_YFLAGS = -d --debug --verbose mysql_tzinfo_to_sql.cc: rm -f mysql_tzinfo_to_sql.cc |