diff options
author | unknown <monty@mashka.mysql.fi> | 2003-01-28 08:51:03 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-01-28 08:51:03 +0200 |
commit | 88b405c4e21162b73077e000a9b8f7ffe9d6d251 (patch) | |
tree | cfcd7ea8160cf2c79be8d73ccca32445e830770a /sql/Makefile.am | |
parent | 84f81dc593e8e21cbfb4596aef375d45e3a26ba8 (diff) | |
parent | 72455300841e1b00c312c3a03ace3bcbd57a4d2f (diff) | |
download | mariadb-git-88b405c4e21162b73077e000a9b8f7ffe9d6d251.tar.gz |
Merge with 3.23.56 (Replace manual with 'empty' document)
Fix for bug when using auto_increment column and LAST_INSERT_ID()
Makefile.am:
Auto merged
ltconfig:
Auto merged
innobase/btr/btr0cur.c:
Auto merged
sql/Makefile.am:
Auto merged
Docs/Makefile.am:
Merge with 3.23.56
Docs/manual.texi:
Merge with 3.23.56 (Replace manual with 'empty' document)
libmysql/libmysql.c:
Use local version
sql/log.cc:
Fix for bug when using auto_increment column and LAST_INSERT_ID()
sql/sql_base.cc:
Use local version
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 28abf407f3f..a589f1379f9 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -93,7 +93,7 @@ DEFS = -DMYSQL_SERVER \ # Don't put lex_hash.h in BUILT_SOURCES as this will give infinite recursion BUILT_SOURCES = sql_yacc.cc sql_yacc.h EXTRA_DIST = udf_example.cc $(BUILT_SOURCES) -YFLAGS = -d +AM_YFLAGS = -d link_sources: rm -f mini_client_errors.c |