mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
Merge xiphis.org:/home/antony/work2/p2-bug22417.1
into xiphis.org:/home/antony/work2/p2-bug22417.2
This commit is contained in:
commit
5ff80c2fa3
10 changed files with 10 additions and 10 deletions
|
@ -57,6 +57,6 @@ archive_test_LDADD = $(top_builddir)/mysys/libmysys.a \
|
||||||
archive_test_LDFLAGS = @NOINST_LDFLAGS@
|
archive_test_LDFLAGS = @NOINST_LDFLAGS@
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -47,6 +47,6 @@ libblackhole_a_CFLAGS = $(AM_CFLAGS)
|
||||||
libblackhole_a_SOURCES= ha_blackhole.cc
|
libblackhole_a_SOURCES= ha_blackhole.cc
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -41,6 +41,6 @@ noinst_LIBRARIES = @plugin_csv_static_target@
|
||||||
libcsv_a_CXXFLAGS = $(AM_CFLAGS)
|
libcsv_a_CXXFLAGS = $(AM_CFLAGS)
|
||||||
libcsv_a_SOURCES = ha_tina.cc
|
libcsv_a_SOURCES = ha_tina.cc
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -47,6 +47,6 @@ libexample_a_CFLAGS = $(AM_CFLAGS)
|
||||||
libexample_a_SOURCES= ha_example.cc
|
libexample_a_SOURCES= ha_example.cc
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -47,6 +47,6 @@ libfederated_a_CFLAGS = $(AM_CFLAGS)
|
||||||
libfederated_a_SOURCES= ha_federated.cc
|
libfederated_a_SOURCES= ha_federated.cc
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -50,7 +50,7 @@ libheap_a_SOURCES = hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
|
||||||
hp_hash.c _check.c _rectest.c hp_static.c
|
hp_hash.c _check.c _rectest.c hp_static.c
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
|
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -91,7 +91,7 @@ EXTRA_DIST = include/btr0btr.h include/btr0btr.ic include/btr0cur.h include/btr
|
||||||
include/ut0sort.h include/ut0ut.h include/ut0ut.ic include/ut0vec.h include/ut0vec.ic include/ha_prototypes.h \
|
include/ut0sort.h include/ut0ut.h include/ut0ut.ic include/ut0vec.h include/ut0vec.ic include/ha_prototypes.h \
|
||||||
include/ut0list.h include/ut0list.ic \
|
include/ut0list.h include/ut0list.ic \
|
||||||
include/ut0wqueue.h \
|
include/ut0wqueue.h \
|
||||||
CMakeLists.txt
|
CMakeLists.txt plug.in
|
||||||
|
|
||||||
noinst_LIBRARIES = libinnobase.a
|
noinst_LIBRARIES = libinnobase.a
|
||||||
libinnobase_a_LIBADD = usr/libusr.a srv/libsrv.a dict/libdict.a \
|
libinnobase_a_LIBADD = usr/libusr.a srv/libsrv.a dict/libdict.a \
|
||||||
|
|
|
@ -28,7 +28,7 @@ LDADD =
|
||||||
|
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
|
|
||||||
EXTRA_DIST = mi_test_all.sh mi_test_all.res ft_stem.c CMakeLists.txt
|
EXTRA_DIST = mi_test_all.sh mi_test_all.res ft_stem.c CMakeLists.txt plug.in
|
||||||
pkgdata_DATA = mi_test_all mi_test_all.res
|
pkgdata_DATA = mi_test_all mi_test_all.res
|
||||||
|
|
||||||
pkglib_LIBRARIES = libmyisam.a
|
pkglib_LIBRARIES = libmyisam.a
|
||||||
|
|
|
@ -39,7 +39,7 @@ libmyisammrg_a_SOURCES = myrg_open.c myrg_extra.c myrg_info.c myrg_locking.c \
|
||||||
myrg_rnext_same.c
|
myrg_rnext_same.c
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = CMakeLists.txt
|
EXTRA_DIST = CMakeLists.txt plug.in
|
||||||
|
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SUBDIRS = src tools . include @ndb_opt_subdirs@
|
SUBDIRS = src tools . include @ndb_opt_subdirs@
|
||||||
DIST_SUBDIRS = src tools include test docs
|
DIST_SUBDIRS = src tools include test docs
|
||||||
EXTRA_DIST = config ndbapi-examples
|
EXTRA_DIST = config ndbapi-examples plug.in
|
||||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
|
|
||||||
include $(top_srcdir)/storage/ndb/config/common.mk.am
|
include $(top_srcdir)/storage/ndb/config/common.mk.am
|
||||||
|
|
Loading…
Add table
Reference in a new issue