diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2009-12-22 17:43:00 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2009-12-22 17:43:00 +0300 |
commit | 3fb65a1ac27dab296f897f6f5b5fa9567129b0eb (patch) | |
tree | d0a92cd222968b16e90701dee93e0539df59a5ce /sql/Makefile.am | |
parent | 19c8976d854ecdd6ee50eeb58d3b4931998da8c7 (diff) | |
download | mariadb-git-3fb65a1ac27dab296f897f6f5b5fa9567129b0eb.tar.gz |
- Make testcase work for both debug and release
- Add opt_range_mrr.cc file into source repo
mysql-test/r/myisam_mrr.result:
Make testcase work for both debug and release
mysql-test/t/myisam_mrr.test:
Make testcase work for both debug and release
sql/Makefile.am:
- Add opt_range_mrr.cc file into source repo
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 c6d480b3411..06b5bcd9b50 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -154,7 +154,7 @@ BUILT_SOURCES = $(BUILT_MAINT_SRC) lex_hash.h link_sources EXTRA_DIST = udf_example.c udf_example.def $(BUILT_MAINT_SRC) \ nt_servc.cc nt_servc.h \ message.mc message.h message.rc MSG00001.bin \ - CMakeLists.txt + CMakeLists.txt opt_range_mrr.cc CLEANFILES = lex_hash.h sql_yacc.output link_sources DISTCLEANFILES = $(EXTRA_PROGRAMS) |