summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
* | | MDEV-7376 - Removal of the tool "mysql_zap"Sergey Vojtovich2015-11-262-124/+1
| | |
* | | MDEV-8654 - Remove mysqlbugSergey Vojtovich2015-11-262-72/+1
|/ / | | | | | | | | | | mysqlbug has been obsolete since MySQL 5.5, and has been removed in MySQL 5.7. It's also of no use for reporting MariaDB bugs. The script and the associated man page removed from MariaDB.
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-1250-1742/+3706
|\ \ | |/
| * remove --default-myisam from mtrSergei Golubchik2015-10-091-16/+0
| | | | | | | | it was never doing anything anyway
| * MDEV-7680: mysqld man pageiangilfillan2015-10-091-9/+8
| |
| * mysql and mysqldhow man pagesiangilfillan2015-10-092-184/+298
| |
| * MDEV-7680: mysqld_safe and mysql_multi man pagesiangilfillan2015-10-092-109/+137
| |
| * MDEV-7680: Update man pagesiangilfillan2015-10-0953-1486/+3290
| |
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-154-4/+8
|\ \ | |/
| * 5.5.39 mergeSergei Golubchik2014-08-074-4/+8
| |\
| | * fix remaining warnings in manpages (for debian lint ?)Sergei Golubchik2014-07-243-4/+7
| | |
| | * install new aria* manpagesSergei Golubchik2014-06-181-0/+1
| | |
* | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-116-1491/+0
|/ / | | | | | | | | | | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* | 5.5.38 mergeSergei Golubchik2014-06-0612-2343/+553
|\ \ | |/
| * don't install ndb related .ini files, remove mysql_fix_privilege_tables.1 ↵Sergei Golubchik2014-06-013-192/+2
| | | | | | | | and mysqlman.1
| * MDEV-5485 Minor man pages formatting issuesSergei Golubchik2014-05-3010-2151/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6153 Trivial Lintian errors in MariaDB sources: spelling errors and ↵Sergei Golubchik2014-05-131-1/+1
|/ | | | wrong executable bits
* MDEV-4684 - Enhancement request: --init-command support for mysqlslapSergey Vojtovich2013-09-171-0/+15
| | | | | | Added --init-command argument to mysqlslap: SQL Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting.
* MDEV-4979 mysqld_safe section in my.cnf doesn't have mariadb equivalentSergei Golubchik2013-09-191-38/+4
| | | | | read also [mariadb_safe] section. modify the manpage accordingly (and remove a netware-specific option from it)
* MDEV-4006 mysql_plugin.1 is removed from source which is not necessarySergei Golubchik2013-06-142-1/+390
| | | | Add mysql_plugin.1 from mysql-5.5.30.tar.gz
* MDEV-4614 Man pages fixesSergei Golubchik2013-06-139-8/+665
| | | | Patches provided by Jan Stanek and Honza Horak
* MDEV-286 mytop is not installed in 5.5Sergei Golubchik2012-08-131-1/+1
| | | | | include mytop in bintars, rpms, and debs. install mysqlbug.1 too.
* Building RPMs with CPackSergei Golubchik2012-05-221-24/+24
| | | | configure with cmake -DRPM=distro
* mysql-5.5 mergeSergei Golubchik2012-01-161-1/+9
|\
| * Exclude NDB man pages from a source tarball,Joerg Bruehe2011-10-041-1/+9
| | | | | | | | | | | | | | | | | | | | these sources don't have any current NDB. man/CMakeLists.txt: This will need to be modified as soon as NDB is added to the 5.5 sources, then the man page exclusion should be controlled by the build option also governing NDB use.
* | 5.3 mergeSergei Golubchik2012-01-134-4/+4
|\ \
| * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-215-7/+7
| |\ \ | | | | | | | | | | | | Fixed up copyright messages.
| | * \ Updated/added copyright headersKent Boortz2011-06-301-3/+3
| | |\ \
| | | * | Updated/added copyright headersKent Boortz2011-06-301-3/+3
| | | | |
| * | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-2/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed some issues with partitions and connection_string, which also fixed lp:716890 "Pre- and post-recovery crash in Aria" - Fixed wrong assert in Aria Now need to merge with latest xtradb before pushing sql/ha_partition.cc: Ensure that m_ordered_rec_buffer is not freed before close. sql/mysqld.cc: Changed to use opt_stack_trace instead of opt_pstack. Removed references to pstack sql/partition_element.h: Ensure that connect_string is initialized storage/maria/ma_key_recover.c: Fixed wrong assert
| | * | | MergeKent Boortz2010-12-291-2/+2
| | |\ \ \ | | | |/ /
| | | * | - Added/updated copyright headersKent Boortz2010-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
* | | | | 5.5-mergeSergei Golubchik2011-07-022-28/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The autotools-based build system has been superseded and is being removed in order to ease the maintenance burden on developers tweaking and maintaining the build system. In order to support tools that need to extract the server version, a new file that (only) contains the server version, called VERSION, is introduced. The file contents are human and machine-readable. The format is: MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=5 MYSQL_VERSION_PATCH=8 MYSQL_VERSION_EXTRA=-rc The CMake based version extraction in cmake/mysql_version.cmake is changed to extract the version from this file. The configure to CMake wrapper is retained for backwards compatibility and to support the BUILD/ scripts. Also, a new a makefile target show-dist-name that prints the server version is introduced. VERSION: Add top-level version file. cmake/mysql_version.cmake: Get version information from the top-level VERSION file. Do not cache the version components (MAJOR_VERSION, etc). Add MYSQL_RPM_VERSION as a replacement for MYSQL_U_SCORE_VERSION.
| * | | | add missing COMPONENT to all CMake INSTALL commandsVladislav Vaintroub2010-11-131-2/+4
| | | | |
* | | | | merge.Sergei Golubchik2010-11-2551-0/+29231
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | checkpoint. does not compile.
| * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-3/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed to still use bcmp() in certain cases becasue - Faster for short unaligneed strings than memcmp() - Bettern when using valgrind - Changed to use my_sprintf() instead of sprintf() to get higher portability for old systems - Changed code to use MariaDB version of select->skip_record() - Removed -%::SCCS/s.% from Makefile.am:s to remove automake warnings
| * | | Merged MySQL 5.1.46 GPLed documentation into MariaDB.unknown2010-04-2849-1260/+1490
| |\ \ \
| | * | | Imported MySQL documentation files from ../mysql-5.1.46unknown2010-04-2849-1260/+1490
| | | | |
| * | | | Merge free documentation from MySQL 5.1.41 source tarball into MariaDB.unknown2009-12-0149-377/+1515
| |\ \ \ \ | | |/ / /
| | * | | Imported MySQL documentation files from MySQL 5.1.41 source tarballunknown2009-12-0149-377/+1515
| | | | |
| * | | | Merge free documentation from MySQL 5.1.38 source release tarball.unknown2009-09-1649-5960/+18322
| |\ \ \ \ | | |/ / /
| | * | | Imported MySQL documentation files from /home/knielsen/devel/maria/mysql-5.1.38unknown2009-09-1649-5960/+18322
| | | | |
| * | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | * Finished Monty and Jani's merge * Some InnoDB tests still fail (because it's old xtradb code run against newer testsuite). They are expected to go after mergning with the latest xtradb.
| * | | Imported freely distributable documentation from upstream MySQL 5.1.34 ↵unknown2009-05-2551-0/+15501
| | | | | | | | | | | | | | | | source tarball.
* | | | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).Alexander Nozdrin2010-08-121-4/+4
| | | | | | | | | | | | | | | | Fixing copyright text.
* | | | Another incarnation of the patch for Bug#30708Alexander Nozdrin2010-05-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (make relies GNU extentions). The patch was partially backport from 6.0. Original comment: bug#30708: make relies GNU extensions. Now that we no longer use BitKeeper we can safely remove the SCCS handling with no loss of functionality.
* | | | Changes to build using CMake according to existing release packages:Jonathan Perkin2010-05-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update/fix file layouts for each package type, add new types for native package formats including deb, rpm and svr4. - Build all plugins, including debug versions - Update compiler flags to match current release - Add missing @VAR@ expansions - Install correct mysqclient library symlinks - Fix icc/ia64 builds - Fix install of libmysqld-debug - Don't include mysql_embedded - Remove unpackaged manual pages to avoid missing files warnings - Don't install mtr's test suite
* | | | Handle different installation layouts.Vladislav Vaintroub2010-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using cmake option INSTALL_LAYOUT=STANDALONE would produce the layout as in tar.gz or zip packages. INSTALL_LAYOUT=UNIX will produce unixish install layout (with mysqld being in sbin subdirectory , libs in lib/mysql etc). This layout is used for RPM packages. Subtle differences in both packages unfortunately lead to the need to recompile MySQL to use with other package type - as otherwise for example default plugins or data directories would be wrong set. There are numerous other variables that allow fine-tuning packaging layout. (INSTALL_BINDIR, INSTALL_LIBDIR , INSTALL_PLUGINDIR etc). This options are different from autotools as they do not expect full paths to directories, but only subdirectory of CMAKE_INSTALL_PREFIX. There are 2 special options that expect full directory paths - MYSQL_DATADIR that defines default MYSQL data directory (autotools equivalent is --localstatedir) - SYSCONFDIR can be added to search my.cnf search path (autotools equivalent is --sysconfdir)
* | | | mergeVladislav Vaintroub2009-12-161-2/+0
|\ \ \ \