Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| MYSQL_VERSION_MAJOR=10 | ||
| MYSQL_VERSION_MINOR=6 | ||
| MYSQL_VERSION_PATCH=8 | ||
| MYSQL_VERSION_PATCH=9 | ||
| SERVER_MATURITY=stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,25 @@ | ||
| # These should be moved, see https://jira.mariadb.org/browse/MDEV-21654 | ||
| arch-dependent-file-in-usr-share usr/share/mysql/mysql-test/suite/plugins/pam/pam_mariadb_mtr.so | ||
| arch-independent-package-contains-binary-or-object usr/share/mysql/mysql-test/suite/plugins/pam/pam_mariadb_mtr.so | ||
| # Intentional for test files | ||
| national-encoding usr/share/mysql/mysql-test/* | ||
| # Extra test documentation files that really need to be kept in context in test directory | ||
| package-contains-documentation-outside-usr-share-doc usr/share/mysql/mysql-test/* | ||
| # Intentional directory structure | ||
| repeated-path-segment auth_gssapi usr/share/mysql/mysql-test/plugin/auth_gssapi/auth_gssapi/ | ||
| repeated-path-segment connect usr/share/mysql/mysql-test/plugin/connect/connect/ | ||
| repeated-path-segment disks usr/share/mysql/mysql-test/plugin/disks/disks/ | ||
| repeated-path-segment func_test usr/share/mysql/mysql-test/plugin/func_test/func_test/ | ||
| repeated-path-segment metadata_lock_info usr/share/mysql/mysql-test/plugin/metadata_lock_info/metadata_lock_info/ | ||
| repeated-path-segment mroonga usr/share/mysql/mysql-test/plugin/mroonga/mroonga/ | ||
| repeated-path-segment mroonga usr/share/mysql/mysql-test/plugin/mroonga/mroonga/include/mroonga/ | ||
| repeated-path-segment oqgraph usr/share/mysql/mysql-test/plugin/oqgraph/oqgraph/ | ||
| repeated-path-segment query_response_time usr/share/mysql/mysql-test/plugin/query_response_time/query_response_time/ | ||
| repeated-path-segment rocksdb usr/share/mysql/mysql-test/plugin/rocksdb/rocksdb/ | ||
| repeated-path-segment sequence usr/share/mysql/mysql-test/plugin/sequence/sequence/ | ||
| repeated-path-segment sphinx usr/share/mysql/mysql-test/plugin/sphinx/sphinx/ | ||
| repeated-path-segment spider usr/share/mysql/mysql-test/plugin/spider/spider/ | ||
| repeated-path-segment type_inet usr/share/mysql/mysql-test/plugin/type_inet/type_inet/ | ||
| repeated-path-segment type_test usr/share/mysql/mysql-test/plugin/type_test/type_test/ | ||
| repeated-path-segment user_variables usr/share/mysql/mysql-test/plugin/user_variables/user_variables/ | ||
| repeated-path-segment wsrep_info usr/share/mysql/mysql-test/plugin/wsrep_info/wsrep_info/ |