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
50c3198d
Commit
50c3198d
authored
Jan 31, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MTR_BUILD_THREAD=auto for test runs during RPM build
support-files/mysql.spec.sh: MTR_BUILD_THREAD=auto for test runs
parent
0fd19170
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+8
-0
No files found.
support-files/mysql.spec.sh
View file @
50c3198d
...
@@ -345,6 +345,8 @@ then
...
@@ -345,6 +345,8 @@ then
fi
fi
(
cd
mysql-test
(
cd
mysql-test
MTR_BUILD_THREAD
=
auto
export
MTR_BUILD_THREAD
perl ./mysql-test-run.pl
--force
--report-features
perl ./mysql-test-run.pl
--force
--report-features
perl ./mysql-test-run.pl
--force
--ps-protocol
perl ./mysql-test-run.pl
--force
--ps-protocol
true
)
true
)
...
@@ -407,6 +409,8 @@ then
...
@@ -407,6 +409,8 @@ then
fi
fi
(
cd
mysql-test
(
cd
mysql-test
MTR_BUILD_THREAD
=
auto
export
MTR_BUILD_THREAD
perl ./mysql-test-run.pl
--force
--report-features
perl ./mysql-test-run.pl
--force
--report-features
perl ./mysql-test-run.pl
--force
--ps-protocol
perl ./mysql-test-run.pl
--force
--ps-protocol
true
)
true
)
...
@@ -755,6 +759,10 @@ fi
...
@@ -755,6 +759,10 @@ fi
# itself - note that they must be ordered by date (important when
# itself - note that they must be ordered by date (important when
# merging BK trees)
# merging BK trees)
%changelog
%changelog
*
Wed Jan 31 2007 Daniel Fischer <
df
@mysql.com>
- add
MTR_BUILD_THREAD
=
auto to
test
runs.
*
Fri Jan 05 2007 Kent Boortz <kent@mysql.com>
*
Fri Jan 05 2007 Kent Boortz <kent@mysql.com>
- Add CFLAGS to gcc call with
--print-libgcc-file
, to make sure the
- Add CFLAGS to gcc call with
--print-libgcc-file
, to make sure the
...
...
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