Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0aaf4837
Commit
0aaf4837
authored
Sep 21, 2006
by
istruewing@chilla.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge chilla.local:/home/mydev/mysql-5.1--main
into chilla.local:/home/mydev/mysql-5.1-tomain
parents
77d610c2
9706e6a8
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
storage/archive/Makefile.am
storage/archive/Makefile.am
+1
-1
storage/blackhole/Makefile.am
storage/blackhole/Makefile.am
+1
-1
storage/csv/Makefile.am
storage/csv/Makefile.am
+1
-1
storage/example/Makefile.am
storage/example/Makefile.am
+1
-1
storage/federated/Makefile.am
storage/federated/Makefile.am
+1
-1
storage/heap/Makefile.am
storage/heap/Makefile.am
+1
-1
storage/innobase/Makefile.am
storage/innobase/Makefile.am
+1
-1
storage/myisam/Makefile.am
storage/myisam/Makefile.am
+1
-1
storage/myisammrg/Makefile.am
storage/myisammrg/Makefile.am
+1
-1
storage/ndb/Makefile.am
storage/ndb/Makefile.am
+1
-1
No files found.
storage/archive/Makefile.am
View file @
0aaf4837
...
...
@@ -57,6 +57,6 @@ archive_test_LDADD = $(top_builddir)/mysys/libmysys.a \
archive_test_LDFLAGS
=
@NOINST_LDFLAGS@
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/blackhole/Makefile.am
View file @
0aaf4837
...
...
@@ -47,6 +47,6 @@ libblackhole_a_CFLAGS = $(AM_CFLAGS)
libblackhole_a_SOURCES
=
ha_blackhole.cc
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/csv/Makefile.am
View file @
0aaf4837
...
...
@@ -41,6 +41,6 @@ noinst_LIBRARIES = @plugin_csv_static_target@
libcsv_a_CXXFLAGS
=
$(AM_CFLAGS)
libcsv_a_SOURCES
=
ha_tina.cc
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/example/Makefile.am
View file @
0aaf4837
...
...
@@ -47,6 +47,6 @@ libexample_a_CFLAGS = $(AM_CFLAGS)
libexample_a_SOURCES
=
ha_example.cc
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/federated/Makefile.am
View file @
0aaf4837
...
...
@@ -47,6 +47,6 @@ libfederated_a_CFLAGS = $(AM_CFLAGS)
libfederated_a_SOURCES
=
ha_federated.cc
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/heap/Makefile.am
View file @
0aaf4837
...
...
@@ -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
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/innobase/Makefile.am
View file @
0aaf4837
...
...
@@ -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/ut0list.h include/ut0list.ic
\
include/ut0wqueue.h
\
CMakeLists.txt
CMakeLists.txt
plug.in
noinst_LIBRARIES
=
libinnobase.a
libinnobase_a_LIBADD
=
usr/libusr.a srv/libsrv.a dict/libdict.a
\
...
...
storage/myisam/Makefile.am
View file @
0aaf4837
...
...
@@ -28,7 +28,7 @@ LDADD =
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
pkglib_LIBRARIES
=
libmyisam.a
...
...
storage/myisammrg/Makefile.am
View file @
0aaf4837
...
...
@@ -39,7 +39,7 @@ libmyisammrg_a_SOURCES = myrg_open.c myrg_extra.c myrg_info.c myrg_locking.c \
myrg_rnext_same.c
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
plug.in
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/ndb/Makefile.am
View file @
0aaf4837
SUBDIRS
=
src tools
.
include @ndb_opt_subdirs@
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
include
$(top_srcdir)/storage/ndb/config/common.mk.am
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment