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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
0a59967c
Commit
0a59967c
authored
Sep 18, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace
Add linebreak
parent
dd769969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
.bzrignore
.bzrignore
+1
-0
mysql-test/Makefile.am
mysql-test/Makefile.am
+4
-3
No files found.
.bzrignore
View file @
0a59967c
...
@@ -1810,3 +1810,4 @@ win/vs71cache.txt
...
@@ -1810,3 +1810,4 @@ win/vs71cache.txt
win/vs8cache.txt
win/vs8cache.txt
zlib/*.ds?
zlib/*.ds?
zlib/*.vcproj
zlib/*.vcproj
mysql-test/mysql-test-run-shell
mysql-test/Makefile.am
View file @
0a59967c
...
@@ -22,14 +22,15 @@ DIST_SUBDIRS=ndb
...
@@ -22,14 +22,15 @@ DIST_SUBDIRS=ndb
benchdir_root
=
$(prefix)
benchdir_root
=
$(prefix)
testdir
=
$(benchdir_root)
/mysql-test
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run_shell.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_SCRIPTS
=
mysql-test-run_shell.sh install_test_db.sh
\
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
valgrind.supp
$(PRESCRIPTS)
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
GENSCRIPTS
=
mysql-test-run-shell install_test_db mtr mysql-test-run
GENSCRIPTS
=
mysql-test-run-shell install_test_db mtr mysql-test-run
PRESCRIPTS
=
mysql-test-run.pl
PRESCRIPTS
=
mysql-test-run.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_DATA
=
std_data/client-key.pem std_data/client-cert.pem
\
test_DATA
=
std_data/client-key.pem std_data/client-cert.pem
\
std_data/cacert.pem std_data/server-cert.pem
\
std_data/cacert.pem std_data/server-cert.pem
\
std_data/server-key.pem
std_data/server-key.pem
CLEANFILES
=
$(GENSCRIPTS)
CLEANFILES
=
$(GENSCRIPTS)
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
-I
..
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
-I
..
...
...
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