summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-01-061-25/+25
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-16/+16
| |\
| | * Grammatical errors of README-wsrep fixed. (#915)Rakshit Kumar2018-12-221-17/+17
| | | | | | | | | Docs grammar fixed
| * | DEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2018-12-171-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The use of the xtrabackup and xtrabackup-v2 methods for SST has been declared obsolete since version 10.2, now it cannot be used because of the different redo log format. Accordingly, we need to remove the xtrabackup-related scripts and dynamically replace the call to xtrabackup[-v2] to the mariabackup (with a corresponding warning in the log) when the server performs SST. https://jira.mariadb.org/browse/MDEV-17835
* | | Changed some MySQL names in messages to MariaDBMonty2018-12-094-1267/+13
|/ / | | | | | | | | - Remove obsolete documentation files - Removed old obsolete information from some documentation files
* | Misc. typosluz.paz2018-04-053-18/+18
| | | | | | | | 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-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.
* | Typo Errors Fixed like essensially->essentiallyRajat Rawat2017-12-251-5/+5
|/
* Merge branch '10.0' into 10.1Sergei Golubchik2016-03-212-5/+5
|\
| * Update AskMonty and Atlassian references to MariaDBiangilfillan2016-03-081-3/+3
| |
| * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
| |
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+488
|/ | | | | | | | | Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
* mysql-5.5.32 mergeSergei Golubchik2013-07-161-2/+1
|\
| * Merging the changes for Bug 16633169 - MYSQL.INFO CONTAINS OUTDATED INFORMATION.Murthy Narkedimilli2013-04-161-2/+1
| |\
| | * Bug 16633169 - MYSQL.INFO CONTAINS OUTDATED INFORMATION.Murthy Narkedimilli2013-04-161-2/+1
| | |
| | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | |
| | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | |
| * | INSTALL-BINARY placeholder (upmerge from 5.1): change invalid URLs (request ↵Joerg Bruehe2012-07-311-3/+3
| |\ \ | | |/ | | | | | | from Kristofer)
| | * INSTALL-BINARY placeholder: change invalid URLs (request from Kristofer)Joerg Bruehe2012-07-311-3/+3
| | |
* | | fixed some urls that the previous update missedDaniel Bartholomew2012-06-181-1/+1
| | |
* | | various documentation updatesDaniel Bartholomew2012-06-181-3/+4
| | |
* | | 5.5-mergeSergei Golubchik2011-07-021-39/+0
|\ \ \ | |/ /
| * | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-39/+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.
* | | merge.Sergei Golubchik2010-11-254-8/+199
|\ \ \ | |/ / |/| | | | | | | | | | | checkpoint. does not compile.
| * | merge with 5.1Sergei Golubchik2010-09-111-3/+0
| |\ \
| | * \ 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
| * | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/sp-imp-spec.txt: New sql_mode added. include/my_base.h: Flag in frm of create options. libmysqld/CMakeLists.txt: New files added. libmysqld/Makefile.am: New files added. mysql-test/r/events_bugs.result: New sql_mode added. mysql-test/r/information_schema.result: New sql_mode added. mysql-test/r/sp.result: New sql_mode added. mysql-test/r/system_mysql_db.result: New sql_mode added. mysql-test/suite/funcs_1/r/is_columns_mysql.result: New sql_mode added. mysql-test/suite/funcs_1/r/is_columns_mysql_embedded.result: New sql_mode added. mysql-test/t/events_bugs.test: New sql_mode added. mysql-test/t/sp.test: New sql_mode added. scripts/mysql_system_tables.sql: New sql_mode added. scripts/mysql_system_tables_fix.sql: New sql_mode added. sql/CMakeLists.txt: New files added. sql/Makefile.am: New files added. sql/event_db_repository.cc: New sql_mode added. sql/field.cc: Create options support added. sql/field.h: Create options support added. sql/ha_partition.cc: Create options support added. sql/handler.cc: Create options support added. sql/handler.h: Create options support added. sql/log_event.h: New sql_mode added. sql/mysql_priv.h: New sql_mode added. sql/mysqld.cc: New sql_mode added. sql/share/errmsg.txt: New error messages added. sql/sp.cc: New sql_mode added. sql/sp_head.cc: Create options support added. sql/sql_class.cc: Create options support added. Debug added. sql/sql_class.h: Create options support added. sql/sql_insert.cc: my_safe_a* moved to mysqld_priv.h sql/sql_lex.h: Create options support added. sql/sql_parse.cc: Create options support added. sql/sql_show.cc: Create options support added. sql/sql_table.cc: Create options support added. sql/sql_view.cc: New sql_mode added. sql/sql_yacc.yy: Create options support added. sql/structs.h: Create options support added. sql/table.cc: Create options support added. sql/table.h: Create options support added. sql/unireg.cc: Create options support added. storage/example/ha_example.cc: Create options example. storage/example/ha_example.h: Create options example. storage/pbxt/src/discover_xt.cc: Create options support added.
| * | Merge free documentation from MySQL 5.1.41 source tarball into MariaDB.unknown2009-12-011-9/+11
| |\ \
| | * | Imported MySQL documentation files from MySQL 5.1.41 source tarballunknown2009-12-011-15/+29
| | | |
| * | | Automatic mergeMichael Widenius2009-10-232-30/+36
| |\ \ \
| | * | | Fixes for binary distribution in tar fileMichael Widenius2009-10-232-30/+36
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mysql_install_db doesn't require --basedir option anymore - Fix that mysql_install_db mysqld_safe mysql_fix_privilege_tables has right paths for tar binary install - Move some files from share/mysql to where they have always been (1.0 - 5.0) - Move scripts used when installing MariaDB to the scripts directory (Added symlinks in old place for compatibility) - Move man files to 'man' (from 'share/man') - Ensure that all scripts are executable mysql_secure_installation.sh - Added support for --basedir flag - Don't assume that the mysql binary is in the path Other: - Fixed crash when one got kill signal during bootstrap Docs/INSTALL-BINARY: Change references from MySQL to MariaDB Docs/mysql.info: Change references from MySQL to MariaDB README: Removed duplicate row configure.in: Change references from MySQL to MariaDB libmysql/libmysql.c: Assume that if version string contains '-maria-' we are also using MariaDB scripts/make_binary_distribution.sh: Fix that mysql_install_db mysqld_safe mysql_fix_privilege_tables has right paths for tar binary install Remove some files that should not be part of a MariaDB binary install Move some files from share/mysql to where they have always been (1.0 - 5.0) Move man files to 'man' (from 'share/man') Move scripts used when installing MariaDB to the scripts directory (Added symlinks in old place for compatibility) Removed generation of 'netware/init_db.sql', as it was never used Remove old reference to bk tree scripts/mysql_secure_installation.sh: Added support for --basedir flag Don't assume that the mysql binary is in the path Use .my.cnf files Removed a lot of useless 'echo' rows sql/mysqld.cc: Fixed crash when one got kill signal during bootstrap storage/maria/Makefile.am: Don't add internal test files to binary distributions storage/myisam/Makefile.am: Don't add internal test files to binary distributions support-files/Makefile.am: Make scripts executable support-files/config.huge.ini.sh: Removed execution bit support-files/config.medium.ini.sh: Removed execution bit support-files/config.small.ini.sh: Removed execution bit support-files/mysql.server.sh: Ensure this works also mysqld is in the 'bin' directory
| * | | Typo fixes for "usefull" -> "useful".Peter Lieverdink2009-10-011-1/+1
| |/ /
| * | Imported MySQL documentation files from /home/knielsen/devel/maria/mysql-5.1.38unknown2009-09-161-5/+5
| | |
| * | Imported freely distributable documentation from upstream MySQL 5.1.34 ↵unknown2009-05-251-5/+188
| |/ | | | | | | source tarball.
* | 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.
* | Remove .cvsignore files (attempt #2).Alexander Nozdrin2009-12-161-5/+0
|/
* Makefile.am:unknown2008-04-081-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Add ChangeLog if it exists - Removed separate 'normal+rowrepl' test run, not needed any longer - Removed separate 'rpl' test run, included in main test run already - Renamed some test "comments", to use similar naming style - Limited one of the Cluster test runs to 'ndb' and 'rpl_ndb' suites - Reordered test runs, to be aligned with Windows test runs mysql.spec.sh: - No longer including the "Example" storage engine - Added to configure "--without-ENGINE" if not to compile engine as plugin Docs/Makefile.am: Add ChangeLog if it exists Makefile.am: - Removed separate 'normal+rowrepl' test run, not needed any longer - Removed separate 'rpl' test run, included in main test run already - Renamed some test "comments", to use similar naming style - Limited one of the Cluster test runs to 'ndb' and 'rpl_ndb' suites - Reordered test runs, to be aligned with Windows test runs support-files/mysql.spec.sh: - No longer including the "Example" storage engine - Added to configure "--without-ENGINE" if not to compile engine as plugin
* ReadMe.txt, INSTALL-WIN-SOURCE, INSTALL-BINARY, INSTALL-SOURCE:unknown2007-11-231-1/+1
| | | | | | | | | | | | | | Updated links to version 5.1 of the manual Docs/INSTALL-BINARY: Updated links to version 5.1 of the manual INSTALL-SOURCE: Updated links to version 5.1 of the manual INSTALL-WIN-SOURCE: Updated links to version 5.1 of the manual support-files/MacOSX/ReadMe.txt: Updated links to version 5.1 of the manual
* Merge mysql.com:/home/kent/bk/docs-cleanup/mysql-5.0-buildunknown2007-11-221-1/+1
|\ | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/docs-cleanup/mysql-5.1-build Docs/Makefile.am: Auto merged configure.in: Auto merged
| * Makefile.am, configure.in:unknown2007-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | Include "manual.chm" in source TAR if it exists configure.in: Include "manual.chm" in source TAR if it exists Docs/Makefile.am: Include "manual.chm" in source TAR if it exists
* | Merge mysql.com:/home/kent/bk/bug25205/mysql-5.0-buildunknown2007-11-022-15/+1
|\ \ | |/ | | | | | | | | | | | | into mysql.com:/home/kent/bk/bug25205/mysql-5.1-build Docs/Makefile.am: Auto merged
| * Makefile.am:unknown2007-11-022-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | Removed place holder for 'manual.chm' .del-manual.chm: Delete: Docs/manual.chm BitKeeper/deleted/.del-manual.chm: Delete: Docs/manual.chm Docs/Makefile.am: Removed place holder for 'manual.chm'
* | Merge mysql.com:/home/kent/bk/bug25205/mysql-5.0-buildunknown2007-11-024-125/+12
|\ \ | |/ | | | | | | | | | | | | into mysql.com:/home/kent/bk/bug25205/mysql-5.1-build BitKeeper/deleted/.del-generate-text-files.pl: Auto merged
| * Makefile.am:unknown2007-11-022-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added manual.chm to EXTRA_DIST Removed install of INSTALL-BINARY, handled by install scripts. ReadMe.txt, INSTALL-WIN-SOURCE, INSTALL-BINARY, INSTALL-SOURCE: Updated links to version 5.0 of the manual Docs/INSTALL-BINARY: Updated links to version 5.0 of the manual INSTALL-SOURCE: Updated links to version 5.0 of the manual INSTALL-WIN-SOURCE: Updated links to version 5.0 of the manual support-files/MacOSX/ReadMe.txt: Updated links to version 5.0 of the manual Docs/Makefile.am: Added manual.chm to EXTRA_DIST Removed install of INSTALL-BINARY, handled by install scripts.
| * Merge mysql.com:/home/kent/bk/bug25205/mysql-4.1-buildunknown2007-11-024-119/+15
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/bug25205/mysql-5.0-build BitKeeper/deleted/.del-generate-text-files.pl: SCCS merged Docs/Makefile.am: SCCS merged
| | * Merge mysql.com:/home/kent/bk/bug25205/mysql-4.0unknown2007-11-024-99/+15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/bug25205/mysql-4.1-build
| | | * mysql.info, INSTALL-BINARY, INSTALL-SOURCE, ReadMe.txt, Docs/Makefile.am:unknown2007-11-024-95/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let place holders for real documentation have text that makes sense to the user (Bug#25205) BitKeeper/deleted/.del-generate-text-files.pl: Delete: Docs/Support/generate-text-files.pl Docs/INSTALL-BINARY: BitKeeper file /home/kent/bk/bug25205/mysql-4.0/Docs/INSTALL-BINARY INSTALL-SOURCE: BitKeeper file /home/kent/bk/bug25205/mysql-4.0/INSTALL-SOURCE support-files/MacOSX/ReadMe.txt: BitKeeper file /home/kent/bk/bug25205/mysql-4.0/support-files/MacOSX/ReadMe.txt Docs/mysql.info: More of a end-user text Docs/Makefile.am: Don't generate text files from the documentation
* | | | Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-buildunknown2007-03-221-101/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/tmp/mysql-5.1-build BitKeeper/deleted/.del-fill_func_tables.sh: Auto merged BitKeeper/deleted/.del-fill_help_tables.sh: Auto merged
| * | | Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-buildunknown2007-03-221-101/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/tmp/mysql-5.0-build BitKeeper/deleted/.del-fill_func_tables.sh: Auto merged BitKeeper/deleted/.del-fill_help_tables.sh: Auto merged
| | * | .del-fill_func_tables.sh:unknown2007-03-221-101/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete: scripts/fill_func_tables.sh .del-fill_help_tables.sh: Delete: scripts/fill_help_tables.sh .del-internals.texi: Delete: Docs/internals.texi BitKeeper/deleted/.del-internals.texi: Delete: Docs/internals.texi BitKeeper/deleted/.del-fill_func_tables.sh: Delete: scripts/fill_func_tables.sh BitKeeper/deleted/.del-fill_help_tables.sh: Delete: scripts/fill_help_tables.sh