summaryrefslogtreecommitdiff
path: root/debian/mariadb-server-10.2.install
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-17292 Package the pam_user_map moduleSergei Golubchik2020-01-211-0/+2
|
* Updated mtr files to support different compiled in optionsMonty2019-09-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to run the test suite even if any of the following options are changed: - character-set-server - collation-server - join-cache-level - log-basename - max-allowed-packet - optimizer-switch - query-cache-size and query-cache-type - skip-name-resolve - table-definition-cache - table-open-cache - Some innodb options etc Changes: - Don't print out the value of system variables as one can't depend on them to being constants. - Don't set global variables to 'default' as the default may not be the same as the test was started with if there was an additional option file. Instead save original value and reset it at end of test. - Test that depends on the latin1 character set should include default_charset.inc or set the character set to latin1 - Test that depends on the original optimizer switch, should include default_optimizer_switch.inc - Test that depends on the value of a specific system variable should set it in the test (like optimizer_use_condition_selectivity) - Split subselect3.test into subselect3.test and subselect3.inc to make it easier to set and reset system variables. - Added .opt files for test that required specfic options that could be changed by external configuration files. - Fixed result files in rockdsb & tokudb that had not been updated for a while.
* package ed25519 in debsSergei Golubchik2019-07-101-0/+1
| | | | partial backport from 10.3
* Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-0/+1
|
* Merge 10.1 into 10.2Marko Mäkelä2017-05-061-0/+1
| | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL).
* Compile user_variables plugin staticallySergei Golubchik2017-04-301-1/+0
| | | | | | Recompile it for embedded. Test it for embedded. Promote it to Gamma
* Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+1
|
* Deb: wrap-and-sort for easier comparison to downstream in futureOtto Kekäläinen2016-11-271-4/+4
|
* MDEV-6284: Install systemd files (almost) the Debian wayOtto Kekäläinen2016-10-291-0/+69
| | | | | | | | The control file contents must be correct from the start and cannot be modified at build time by CMake. Also all static Debian package analyzers will fail to see all manipulations by CMake later on. It is best to do all manipulations like these in autobake-deb.sh.
* MDEV-6284: Revert commit af03ba84 partially for systemdOtto Kekäläinen2016-10-271-65/+0
| | | | | This version of Debian packaging does not yet install systemd scripts, so revert that part to the CMakeLists.txt based hack.
* MDEV-6284: Clean up crufs (dirs files, duplicate entries etc)Otto Kekäläinen2016-10-271-38/+0
|
* MDEV-6284: wrap-and-sortOtto Kekäläinen2016-10-271-57/+57
|
* MDEV-6284: Fix issues detected by LintianOtto Kekäläinen2016-10-271-3/+0
|
* MDEV-6284: Remove CMakeLists.txt hack that mangled the server install fileOtto Kekäläinen2016-10-271-0/+106
For Debian the rules file is the main makefile and assuming that a upstream makefile will mangle the Debian packaging files creates false alerts from static analysis tools and other problems.