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
5057fa01
Commit
5057fa01
authored
Nov 13, 2006
by
joerg@trift2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support-files/mysql.spec.sh : Make the server report its features in the first test run.
parent
ccadac32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+8
-2
No files found.
support-files/mysql.spec.sh
View file @
5057fa01
...
...
@@ -329,7 +329,7 @@ then
fi
(
cd
mysql-debug-%
{
mysql_version
}
/mysql-test
;
\
./mysql-test-run.pl
--comment
=
debug
--skip-rpl
--skip-ndbcluster
--force
;
\
./mysql-test-run.pl
--comment
=
debug
--skip-rpl
--skip-ndbcluster
--force
--report-features
;
\
true
)
##############################################################################
...
...
@@ -360,7 +360,7 @@ then
fi
cd
mysql-release-%
{
mysql_version
}
/mysql-test
./mysql-test-run.pl
--comment
=
normal
--force
--skip-ndbcluster
--timer
||
true
./mysql-test-run.pl
--comment
=
normal
--force
--skip-ndbcluster
--timer
--report-features
||
true
./mysql-test-run.pl
--comment
=
ps
--ps-protocol
--force
--skip-ndbcluster
--timer
||
true
./mysql-test-run.pl
--comment
=
normal+rowrepl
--mysqld
=
--binlog-format
=
row
--force
--skip-ndbcluster
--timer
||
true
./mysql-test-run.pl
--comment
=
ps+rowrepl+NDB
--ps-protocol
--mysqld
=
--binlog-format
=
row
--force
--timer
||
true
...
...
@@ -687,6 +687,12 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Mon Nov 13 2006 Joerg Bruehe <joerg@mysql.com>
- Add
"--with-partition"
to all server builds.
- Use
"--report-features"
in
one
test
run per server build.
*
Tue Aug 15 2006 Joerg Bruehe <joerg@mysql.com>
- The
"max"
server is removed from packages, effective from 5.1.12-beta.
...
...
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