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
4ad479b8
Commit
4ad479b8
authored
Mar 27, 2007
by
kent@mysql.com/kent-amd64.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
parents
1af6b027
ef530348
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile.am
Makefile.am
+10
-0
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+2
-12
No files found.
Makefile.am
View file @
4ad479b8
...
@@ -147,6 +147,16 @@ test-force-full:
...
@@ -147,6 +147,16 @@ test-force-full:
test-force-mem
:
test-force-mem
:
$(MAKE)
force
=
--force
mem
=
--mem
test
$(MAKE)
force
=
--force
mem
=
--mem
test
test-bt
:
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
normal
--report-features
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
ps
--ps-protocol
test-bt-debug
:
-
cd
mysql-test
;
MTR_BUILD_THREAD
=
auto
\
@PERL@ ./mysql-test-run.pl
--force
--comment
=
debug
--report-features
# Keep these for a while
# Keep these for a while
test-pl
:
test
test-pl
:
test
test-full-pl
:
test-full
test-full-pl
:
test-full
...
...
support-files/mysql.spec.sh
View file @
4ad479b8
...
@@ -354,12 +354,7 @@ then
...
@@ -354,12 +354,7 @@ then
cp
-fp
config.log
"
$MYSQL_MAXCONFLOG_DEST
"
cp
-fp
config.log
"
$MYSQL_MAXCONFLOG_DEST
"
fi
fi
(
cd
mysql-test
make test-bt
MTR_BUILD_THREAD
=
auto
export
MTR_BUILD_THREAD
perl ./mysql-test-run.pl
--force
--report-features
perl ./mysql-test-run.pl
--force
--ps-protocol
true
)
# Save mysqld-max
# Save mysqld-max
./libtool
--mode
=
execute
cp
sql/mysqld sql/mysqld-max
./libtool
--mode
=
execute
cp
sql/mysqld sql/mysqld-max
...
@@ -418,12 +413,7 @@ then
...
@@ -418,12 +413,7 @@ then
cp
-fp
config.log
"
$MYSQL_CONFLOG_DEST
"
cp
-fp
config.log
"
$MYSQL_CONFLOG_DEST
"
fi
fi
(
cd
mysql-test
make test-bt
MTR_BUILD_THREAD
=
auto
export
MTR_BUILD_THREAD
perl ./mysql-test-run.pl
--force
--report-features
perl ./mysql-test-run.pl
--force
--ps-protocol
true
)
%install
%install
RBR
=
$RPM_BUILD_ROOT
RBR
=
$RPM_BUILD_ROOT
...
...
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