summaryrefslogtreecommitdiff
path: root/man/mysql-test-run.pl.1
Commit message (Collapse)AuthorAgeFilesLines
* Update 10.6 man pagesIan Gilfillan2020-05-161-2/+2
|
* Fix syntax error mysql-test-run in man pageOtto Kekäläinen2020-03-101-12/+2
| | | | | | | | | | | | This fixes errors like: $ LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 \ man --warnings -E UTF-8 -l -Tutf8 -Z mysql-test-run.pl.1 > /dev/null troff: <standard input>:246: warning [p 2, 6.0i, div '3tbd1,1', 0.3i]: can't break line troff: <standard input>:275: warning [p 2, 6.0i, div '3tbd6,1', 0.8i]: can't break line Related to MDEV-21769.
* Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+4
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+4
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-2/+4
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-2/+4
| | | |\
| | | | * Fix the line break warning (groff/lintian).Faustin Lammler2019-12-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lintian Debian tool is complaining about: 'W: mariadb-test: manpage-has-errors-from-man usr/share/man/man1/mysql-test-run.pl.1.gz 246: warning [p 2, 6.0i, div '3tbd1,1', 0.3i]: can't break line' See: https://salsa.debian.org/faust-guest/mariadb-10.3/-/jobs/431900 The following command permits to catch the problematic lines: $ groff -man -Tascii ./mysql-test-run.pl.1 | less Closes #1419
* | | | | Update man pages for 10.5Ian Gilfillan2019-07-151-2/+2
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | * Update wrong zip-code
* | | | | Update 10.4 man pagesIan Gilfillan2019-03-291-1/+1
|/ / / /
* | | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | 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.
* | | | 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-061-1/+1
|/ / /
* | | 10.2 man pages=Ian Gilfillan2017-04-091-1/+1
| | |
* | | Merge pull request #166 from iangilfillan/10.2Sergey Vojtovich2016-03-281-1/+1
|\ \ \ | |/ / |/| | man page updates: mysqlbinlog options, mysqlcheck clarification and 10.2 updates
| * | man page updates: mysqlbinlog options, mysqlcheck clarification and 10.2 updatesiangilfillan2016-03-221-1/+1
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
|\ \ \ | |/ / |/| |
| * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
| | |
* | | 10.1 man pagesiangilfillan2015-12-141-1/+1
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-105/+432
|\ \ \ | |/ /
| * | remove --default-myisam from mtrSergei Golubchik2015-10-091-16/+0
| | | | | | | | | | | | it was never doing anything anyway
| * | MDEV-7680: Update man pagesiangilfillan2015-10-091-103/+446
| | |
* | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-69/+0
|/ / | | | | | | | | | | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and ↵Sergei Golubchik2014-05-131-1/+1
|/ | | | wrong executable bits
* Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-1/+1
| | | | Fixed up copyright messages.
* Imported MySQL documentation files from ../mysql-5.1.46unknown2010-04-281-667/+461
|
* Imported MySQL documentation files from MySQL 5.1.41 source tarballunknown2009-12-011-2/+25
|
* Imported MySQL documentation files from /home/knielsen/devel/maria/mysql-5.1.38unknown2009-09-161-483/+1589
|
* Imported freely distributable documentation from upstream MySQL 5.1.34 ↵unknown2009-05-251-0/+1145
source tarball.