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
8502addd
Commit
8502addd
authored
Dec 13, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test/Makefile.am
fixed typo scripts/make_binary_distribution.sh added .MRG and .frm files
parent
8f975487
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/Makefile.am
mysql-test/Makefile.am
+1
-1
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+2
-1
No files found.
mysql-test/Makefile.am
View file @
8502addd
...
...
@@ -20,7 +20,7 @@
EXTRA_SCRIPTS
=
mysql-test-run.sh install_test_db.sh
EXTRA_DIST
=
$EXTRA_SCRIPTS
testdir
=
$(prefix)
/mysql-test
test_SCRIPTS
=
mysql-test-run insta_test_db
test_SCRIPTS
=
mysql-test-run insta
ll
_test_db
CLEANFILES
=
$(test_SCRIPTS)
dist-hook
:
...
...
scripts/make_binary_distribution.sh
View file @
8502addd
...
...
@@ -72,7 +72,8 @@ rm -rf $BASE/share/SCCS $BASE/share/*/SCCS
cp
-p
mysql-test/mysql-test-run mysql-test/install_test_db
$BASE
/scripts
cp
-p
mysql-test/README
$BASE
/README
cp
-p
mysql-test/include/
*
.inc
$BASE
/mysql-test/include
cp
-p
mysql-test/std_data/
*
.dat
$BASE
/mysql-test/std_data
cp
-p
mysql-test/std_data/
*
.dat mysql-test/std_data/
*
.frm
\
mysql-test/std_data/
*
.MRG
$BASE
/mysql-test/std_data
cp
-p
mysql-test/t/
*
.test mysql-test/t/
*
.opt
$BASE
/mysql-test/t
cp
-p
mysql-test/r/
*
.result
$BASE
/mysql-test/r
...
...
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