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
7eeae6ff
Commit
7eeae6ff
authored
Mar 28, 2007
by
kent@mysql.com/kent-amd64.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am:
Extended test section Removed duplicate EXTRA_DIST
parent
05443553
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
Makefile.am
Makefile.am
+15
-3
client/Makefile.am
client/Makefile.am
+1
-2
No files found.
Makefile.am
View file @
7eeae6ff
...
...
@@ -149,13 +149,25 @@ test-force-mem:
test-bt
:
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
normal
--report-features
@PERL@ ./mysql-test-run.pl
--comment
=
normal
--force
--timer
\
--skip-ndbcluster
--report-features
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
ps
--ps-protocol
@PERL@ ./mysql-test-run.pl
--comment
=
ps
--force
--timer
\
--skip-ndbcluster
--ps-protocol
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
normal+rowrepl
--force
--timer
\
--skip-ndbcluster
--mysqld
=
--binlog-format
=
row
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
ps+rowrepl+NDB
--force
--timer
\
--ps-protocol
--mysqld
=
--binlog-format
=
row
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--comment
=
NDB
--force
--timer
\
--with-ndbcluster-only
test-bt-debug
:
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
debug
--report-features
@PERL@ ./mysql-test-run.pl
--comment
=
debug
--force
--timer
\
--skip-ndbcluster
--skip-rpl
--report-features
# Keep these for a while
test-pl
:
test
...
...
client/Makefile.am
View file @
7eeae6ff
...
...
@@ -34,7 +34,7 @@ LDADD= @CLIENT_EXTRA_LDFLAGS@ $(CLIENT_THREAD_LIBS) \
noinst_HEADERS
=
sql_string.h completion_hash.h my_readline.h
\
client_priv.h
EXTRA_DIST
=
get_password.c CMakeLists.txt
EXTRA_DIST
=
get_password.c CMakeLists.txt
echo.c
bin_PROGRAMS
=
mysql
\
mysqladmin
\
...
...
@@ -96,7 +96,6 @@ DEFS = -DUNDEF_THREADS_HACK \
sql_src
=
log_event.h mysql_priv.h log_event.cc my_decimal.h my_decimal.cc
strings_src
=
decimal.c
EXTRA_DIST
=
get_password.c CMakeLists.txt echo.c
link_sources
:
for
f
in
$(sql_src)
;
do
\
...
...
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