summaryrefslogtreecommitdiff
path: root/man/mysqladmin.1
Commit message (Collapse)AuthorAgeFilesLines
* man pages: mariadb* are primary pages, mysql* are generatedSergei Golubchik2023-02-121-1538/+0
|
* MDEV-29625 Some clients/scripts refer to old slow log variablesSergei Golubchik2022-10-041-1/+1
|
* Merge 10.9 into 10.10Marko Mäkelä2022-06-091-1/+1
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-06-091-1/+1
| |\
| | * Merge 10.7 into 10.8Marko Mäkelä2022-06-091-1/+1
| | |\
| | | * Merge 10.6 into 10.7Marko Mäkelä2022-06-091-1/+1
| | | |\
| | | | * Merge 10.5 into 10.6Marko Mäkelä2022-06-091-1/+1
| | | | |\
| | | | | * MDEV-22023 Update man page NAME section to say MariaDB instead of MySQLTingyao Nian2022-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continue the effort of a previous commit (PR#2114) which changed the man pages titles from MariaDB to MySQL, to further update the man pages. Update the man page NAME sections to use mariadb-* instead of mysql* for MariaDB binaries that are drop-in replacements for MySQL equivalents, indicating that the commands are actually of the MariaDB version. Before: NAME mysql_upgrade - check tables for MariaDB upgrade ... After: NAME mariadb-upgrade - check tables for MariaDB upgrade (mysql_upgrade is now a symlink to mariadb-upgrade) ... All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-05-251-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.8 into 10.9Marko Mäkelä2022-05-251-1/+1
| |\ \ \ \ \ |/ / / / / / | | _ / / / | | / / /
| * | | | man: adjust major version to 10.8Marko Mäkelä2022-05-251-1/+1
| |/ / /
| * | | man: adjust major version to 10.7Daniel Black2022-05-241-1/+1
| |/ /
| * | Merge branch 10.5 into 10.6Daniel Black2022-05-241-1/+1
| |\ \ |/ / / | | _
| * MDEV-22023 Update man pages titles to say MariaDB instead of MySQLTingyao Nian2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reading the man page of e.g. 'mysql' on a system with MariaDB installed one would actually see the man page of 'mariadb'. However the man page had no indication of the page being for 'mariadb', which was confusing for users. Fix this by updating the man page title lines to use mariadb-* instead of mysql* for MariaDB binaries that are drop-in replacements for MySQL equivalents, indicating that the commands are actually of the MariaDB version. In long term, all the commands in man pages should be replaced by their MariaDB counterparts. Update the title lines as a start, and only those that exist as symlinks to their MariaDB counterparts. Before: man mariadb-upgrade | head -n 1 MYSQL_UPGRADE(1) ... After: man mariadb-upgrade | head -n 1 MARIADB-UPGRADE(1) ... All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
* | Merge 10.5 into 10.6Marko Mäkelä2022-02-171-1/+1
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2022-02-171-1/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-02-171-1/+1
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2022-02-171-1/+1
| | | |\
| | | | * Fix typo in mysqadmin manpageUstun Ozgur2022-02-151-1/+1
| | | | |
* | | | | MDEV-14974: --port ignored for --host=localhostBrandon Nesterenko2021-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: ======= MariaDB's command line utilities (e.g., mysql, mysqldump, etc) silently ignore connection property options (e.g., --port and --socket) when protocol is not explicitly set via the command-line for localhost connections. Fix: === If connection properties are specified without a protocol, override the protocol to be consistent. For example, if --port is specified, automatically set protocol=tcp. Caveats: ======= * When multiple connection properties are specified, nothing is overridden * If protocol is is set via the command-line, its value is used Reviewers: ======== Sergei Golubchik <serg@mariadb.com> Vladislav Vaintroub <wlad@mariadb.com>
* | | | | MDEV-24963: Document `flush-ssl` in the mysqladmin manpage.Kartik Soneji2021-03-081-0/+13
| | | | |
* | | | | Update 10.6 man pagesIan Gilfillan2020-05-161-2/+2
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-0/+32
|\ \ \ \ | |/ / /
| * | | MDEV-19847: Update mysqladmin man pageIan Gilfillan2019-07-011-2/+34
| | | |
* | | | 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
|/ / / /
* | | | 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
| | | | |
* | | | | 10.3 man pages=Ian Gilfillan2017-06-061-1/+1
|/ / / /
* | | | 10.2 man pages=Ian Gilfillan2017-04-091-1/+1
| | | |
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+12
|\ \ \ \ | |/ / /
| * | | 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
| | | |
* | | | man page updates: mysqlbinlog options, mysqlcheck clarification and 10.2 updatesiangilfillan2016-03-221-1/+1
|/ / /
* | | 10.1 man pagesiangilfillan2015-12-141-1/+1
|/ /
* | MDEV-7680: Update man pagesiangilfillan2015-10-091-51/+169
|/
* MDEV-5485 Minor man pages formatting issuesSergei Golubchik2014-05-301-2/+2
| | | | | | | | | | | | | | | | MDEV-6281 Typo in mysql_install_db scripts and collateral changes: * remove mysql_tableinfo.1 and references to it (there's no mysql_tableinfo) * for debian: create manpages for mysqlrepair, mysqlanalyze, mysqloptimize (as symlinks for mysqlcheck.1, just as executables are symlinks to mysqlcheck) * remove mysqlmanager.8 and references to it * correct "very long line" error in mysqladmin.1 * simplify and fix table formatting in mysqlbinlog.1 and mysqldump.1 * fix a typo in the help text in mysql_install_db * aria_chk: say "for Linux on x86_64", like other tools do (not "for Linux at x86_64") * add simple manpages for aria_* utilities
* MDEV-4614 Man pages fixesSergei Golubchik2013-06-131-0/+91
| | | | Patches provided by Jan Stanek and Honza Horak
* Imported MySQL documentation files from ../mysql-5.1.46unknown2010-04-281-14/+22
|
* Imported MySQL documentation files from MySQL 5.1.41 source tarballunknown2009-12-011-2/+2
|
* Imported MySQL documentation files from /home/knielsen/devel/maria/mysql-5.1.38unknown2009-09-161-236/+806
|
* Imported freely distributable documentation from upstream MySQL 5.1.34 ↵unknown2009-05-251-0/+510
| | | | source tarball.