Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MariaDB and MySQL Packaging Team
mariadb-10.1
Commits
18480afc
Commit
18480afc
authored
Dec 02, 2018
by
Otto Kekäläinen
Browse files
Fix typo in commit
33d85312
so skip list is not reset when adding lines
Also 'wrap-and-sort -a'.
parent
f700ef67
Pipeline
#27232
passed with stages
in 67 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
18480afc
...
@@ -173,8 +173,8 @@ Description: MariaDB database core client binaries
...
@@ -173,8 +173,8 @@ Description: MariaDB database core client binaries
Package: mariadb-client-10.1
Package: mariadb-client-10.1
Architecture: any
Architecture: any
Depends: debianutils (>=1.6),
Depends: debianutils (>=1.6),
mariadb-client-core-10.1 (>= ${source:Version}),
libconfig-inifiles-perl,
libconfig-inifiles-perl,
mariadb-client-core-10.1 (>= ${source:Version}),
${misc:Depends},
${misc:Depends},
${perl:Depends},
${perl:Depends},
${shlibs:Depends}
${shlibs:Depends}
...
...
debian/tests/upstream
View file @
18480afc
...
@@ -26,7 +26,7 @@ echo "Setting up skip-tests-list"
...
@@ -26,7 +26,7 @@ echo "Setting up skip-tests-list"
# considers unstable
# considers unstable
cp
/usr/share/mysql/mysql-test/unstable-tests
$SKIP_TEST_LST
cp
/usr/share/mysql/mysql-test/unstable-tests
$SKIP_TEST_LST
cat
>
$SKIP_TEST_LST
<<
EOF
cat
>
>
$SKIP_TEST_LST
<<
EOF
binlog.binlog_server_start_options : Requires writable /usr
binlog.binlog_server_start_options : Requires writable /usr
main.ctype_uca : Requires writable /usr
main.ctype_uca : Requires writable /usr
rpl.rpl_gtid_mode : Requires starting server as root ref http://bugs.mysql.com/bug.php?id=70517
rpl.rpl_gtid_mode : Requires starting server as root ref http://bugs.mysql.com/bug.php?id=70517
...
...
Otto Kekäläinen
@otto
mentioned in commit
b12ec288
·
May 16, 2019
mentioned in commit
b12ec288
mentioned in commit b12ec28895772aeae9ae2ba5d25b412c9f2e3e6e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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