summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-04-251-2/+17
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-04-251-2/+17
| |\
| | * MDEV-19169: Add --defaults-group-suffix option to mysql_install_db man pageIan Gilfillan2019-04-041-2/+17
| | |
| * | Update 10.2 man pagesIan Gilfillan2019-03-296-6/+6
| | |
* | | Update 10.3 man pagesIan Gilfillan2019-03-297-7/+7
| | |
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-0/+24
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-0/+24
| |\ \ | | |/
| | * MDEV-18934: Document missing mysqldumpslow sort optionsIan Gilfillan2019-03-151-0/+24
| | |
* | | MDEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2019-01-223-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The second line of changes related to replacing xtrabackup with mariabackup: 1) All unnecessary references to xtrabackup are removed from the documentation, from some comments, from the control files that are used to prepare the packages. 2) Made corrections of the tests from the galera_3nodes suite that mentioned xtrabackup or the old (associated with xtrabackup) version of innobackupex. 3) Fixed flaws in the galera_3nodes mtr suite control scripts, because of which they could not work with mariabackup. 4) Fixed numerous bugs in the SST scripts and in the mtr test files (galera_3nodes mtr suite) that prevented the use of Galera with IPv6 addresses. 5) Fixed flaws in tests for rsync and mysqldump (for galera_3nodes mtr tests suite). These tests were not performed successfully without these fixes. https://jira.mariadb.org/browse/MDEV-17835
* | | MDEV-18064: Packaging is broken for debian-based systemsJulius Goryavsky2018-12-232-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packaging is broken for debian-based systems after removing xtrabackup scripts. This is due to the fact that links to the scripts are not removed from the installation file (from the debian/mariadb-server-10.3.install). Also in this fix some comments have been added to the documentation, indicating that using xtrabackup[-v2] is an deprecated, therefore user should use mariabackup instead. https://jira.mariadb.org/browse/MDEV-18064
* | | Merge 10.2 into 10.3Marko Mäkelä2018-09-069-5/+89
|\ \ \ | |/ /
| * | Fix BB failure: file INSTALL cannot find ... man/tokuft_logdump.1.Sergei Petrunia2018-09-011-1/+1
| | | | | | | | | | | | | | | Remove the mismatch betwen list of man pages in CMakeLists.txt and actual files.
| * | Merge 10.1 into 10.2Marko Mäkelä2018-08-318-5/+72
| |\ \ | | |/
| | * MDEV-14927: Missing man pagesIan Gilfillan2018-08-288-5/+72
| | |
| * | MDEV-14927: Missing man pagesIan Gilfillan2018-08-292-1/+18
| | |
* | | MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-301-176/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added --skip-test-db option to mysql_install_db. If specified, no test database created and relevant grants issued. Removed --skip-auth-anonymous-user option of mysql_install_db. Now it is covered by --skip-test-db. Dropped some Debian patches that did the same. Removed unused make_win_bin_dist.1, make_win_bin_dist and mysql_install_db.pl.in.
* | | Misc. typosluz.paz2018-04-051-1/+1
| | | | | | | | | | | | Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
* | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-122-3/+3
| | | | | | | | | | | | | | | This commit does not touch any variable names or any other actual code, and thus should not in any way affect how the code works.
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-2/+184
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-2/+184
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trx_undo_page_report_modify(): For SPATIAL INDEX, keep logging updated off-page columns twice, so that the minimum bounding rectangle (MBR) will be logged. Avoiding the redundant logging would require larger changes to the undo log format. row_build_index_entry_low(): Handle SPATIAL_UNKNOWN more robustly, by refusing to purge the record from the spatial index. We can get this code when processing old undo log from 10.2.10 or 10.2.11 (the releases affected by MDEV-14799, which was a regression from MDEV-14051).
| | * Merge 10.0 into 10.1Marko Mäkelä2018-01-021-2/+184
| | |\
| | | * Update mysqladmin man pageIan Gilfillan2017-12-281-2/+184
| | | |
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-141-2/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-2/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-2/+1
| | |\ \ | | | |/
| | | * mysql_uprade --help and man page fixesIan Gilfillan2017-11-221-2/+1
| | | |
* | | | Remove XtraDBMarko Mäkelä2017-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XtraDB storage engine was already replaced by InnoDB and disabled in MariaDB Server 10.2. Let us remove it altogether to avoid dragging dead code around. Replace some references to XtraDB with references to InnoDB. rpl_get_position_info(): Remove. Remove the mysql-test-run --suite=percona, because it only contains tests specific to XtraDB, many of which were disabled already in earlier MariaDB versions.
* | | | 10.3 man pages=Ian Gilfillan2017-06-0653-53/+53
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-2/+22
|\ \ \ | |/ / | | | | | | | | | Revert commit db0917f68f, because the fix for MDEV-12696 is coming from 5.5 and 10.1 in this merge.
| * | galera_new_cluster man page and sh typo=Ian Gilfillan2017-05-091-3/+23
| | |
* | | MDEV-12704: Document --add-drop-trigger option in mysqldump man page=Ian Gilfillan2017-05-061-0/+19
| | |
* | | Merge 10.1 into 10.2Marko Mäkelä2017-04-283-2/+34
|\ \ \ | |/ /
| * | MDEV-11964 my_safe_process, tokuft_logdump stub man pages=Ian Gilfillan2017-04-193-2/+34
| | |
* | | 10.2 man pages=Ian Gilfillan2017-04-0953-53/+69
| | |
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-3012-1/+402
|\ \ \ | |/ /
| * | MDEV-11964 Add more stub missing man pages=Ian Gilfillan2017-03-163-1/+37
| | |
| * | MDEV-11964 Add missing stub manpagesiangilfillan2017-03-108-0/+353
| | |
| * | Minor wording fix in mysqladmin man pageiangilfillan2017-03-081-1/+1
| | |
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-0/+12
| |\ \ | | |/
| | * MDEV-11610: Add --local to mysqladminDaniel Black2017-03-021-0/+12
| | |
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-4/+68
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-4/+68
| |\ \ | | |/
| | * Update mysql_secure_installation man pageiangilfillan2017-01-101-4/+68
| | |
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-292-2/+40
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+23
| |\ \ | | |/
| | * Update mysqldump man pageiangilfillan2016-12-061-0/+23
| | |
| | * Revert "Add tokuftdump man page"Vicențiu Ciorbaru2016-10-251-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 1daf746e31e38a3ec1cdcb9427153b65f744dcda. Removed temporarily to make sure there are no legal problems.
| | * Add tokuftdump man pageVicențiu Ciorbaru2016-10-251-1/+1
| | | | | | | | | | | | The man page was already present in the debian release of MariaDB 10.0.
| * | Update mysqld_multi man pageiangilfillan2016-12-071-2/+17
| | |
* | | Merge pull request #166 from iangilfillan/10.2Sergey Vojtovich2016-03-2843-49/+95
|\ \ \ | | | | | | | | man page updates: mysqlbinlog options, mysqlcheck clarification and 10.2 updates