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
aa03d369
Commit
aa03d369
authored
Jul 17, 2007
by
joerg@trift2
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M50/bug21023-25486-5.0
into trift2.:/MySQL/M50/push-5.0
parents
1c19f191
9d55f51b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
mysql-test/Makefile.am
mysql-test/Makefile.am
+1
-1
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+2
-1
support-files/Makefile.am
support-files/Makefile.am
+4
-1
No files found.
mysql-test/Makefile.am
View file @
aa03d369
...
...
@@ -35,7 +35,7 @@ testdir = $(benchdir_root)/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run-shell.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
suite
GENSCRIPTS
=
mysql-test-run-shell mysql-test-run install_test_db mtr
PRESCRIPTS
=
mysql-test-run.pl
PRESCRIPTS
=
mysql-test-run.pl
mysql-stress-test.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_DATA
=
std_data/client-key.pem
\
std_data/client-cert.pem
\
...
...
scripts/make_binary_distribution.sh
View file @
aa03d369
...
...
@@ -284,7 +284,8 @@ rm -f $MYSQL_SHARE/Makefile* $MYSQL_SHARE/*/*.OLD
copyfileto
$BASE
/mysql-test
\
mysql-test/mysql-test-run mysql-test/install_test_db
\
mysql-test/mysql-test-run.pl mysql-test/README
\
mysql-test/valgrind.supp
\
mysql-test/mysql-stress-test.pl
\
mysql-test/valgrind.supp
\
netware/mysql_test_run.nlm netware/install_test_db.ncf
$CP
mysql-test/lib/
*
.pl
$BASE
/mysql-test/lib
...
...
support-files/Makefile.am
View file @
aa03d369
...
...
@@ -25,6 +25,7 @@ EXTRA_DIST = mysql.spec.sh \
my-innodb-heavy-4G.cnf.sh
\
mysql-log-rotate.sh
\
mysql.server.sh
\
mysqld_multi.server.sh
\
binary-configure.sh
\
magic
\
MySQL-shared-compat.spec.sh
\
...
...
@@ -42,7 +43,8 @@ pkgdata_DATA = my-small.cnf \
binary-configure
\
ndb-config-2-node.ini
pkgdata_SCRIPTS
=
mysql.server
pkgdata_SCRIPTS
=
mysql.server
\
mysqld_multi.server
noinst_DATA
=
mysql-@VERSION@.spec
\
MySQL-shared-compat.spec
...
...
@@ -56,6 +58,7 @@ CLEANFILES = my-small.cnf \
mysql-@VERSION@.spec
\
mysql-log-rotate
\
mysql.server
\
mysqld_multi.server
\
binary-configure
\
MySQL-shared-compat.spec
\
ndb-config-2-node.ini
...
...
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