summaryrefslogtreecommitdiff
path: root/scripts/fill_help_tables.sql
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-1/+1
| | | | | | | Remove usage of deprecated variable storage_engine. It was deprecated in 5.5 but it never issued a deprecation warning. Make it issue a warning in 10.5.1. Replaced with default_storage_engine.
* MDEV-6521: 10.5 Server HELPIan Gilfillan2019-07-291-614/+677
|
* MDEV-6521: Update server HELP contentsIan Gilfillan2019-06-251-2013/+746
|
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-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
* | | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-141-0/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make all system tables in mysql directory of type engine=Aria Privilege tables are using transactional=1 Statistical tables are using transactional=0, to allow them to be quickly updated with low overhead. Help tables are also using transactional=0 as these are only updated at init time. Other changes: - Aria store engine is now a required engine - Update comment for Aria tables to reflect their new usage - Fixed that _ma_reset_trn_for_table() removes unlocked table from transaction table list. This was needed to allow one to lock and unlock system tables separately from other tables, for example when reading a procedure from mysql.proc - Don't give a warning when using transactional=1 for engines that is using transactions. This is both logical and also to avoid warnings/errors when doing an alter of a privilege table to InnoDB. - Don't abort on warnings from ALTER TABLE for changes that would be accepted by CREATE TABLE. - New created Aria transactional tables are marked as not movable (as they include create_rename_lsn). - bootstrap.test was changed to kill orignal server, as one can't anymore have two servers started at same time on same data directory and data files. - Disable maria.small_blocksize as one can't anymore change aria block size after system tables are created. - Speed up creation of help tables by using lock tables. - wsrep_sst_resync now also copies Aria redo logs.
* | Updated fill_help_tables for MariaDBMonty2015-07-101-507/+507
| | | | | | | | | | | | - References changed from mysql.com to mariadb.com/kb - NDB specfic things removed - Changed other MySQL related things to MariaDB
* | MDEV-6779 Help file problems in 10.0.13Sergei Golubchik2014-11-181-0/+2
|/ | | | disable binlogging when loading help tables
* MDEV-471 update help tables.Alexey Botchkov2012-08-281-1943/+2003
| | | | | | | | | the fill_help_table-5.5.sql file was copied into mariadb. per-file comments: scripts/fill_help_tables.sql MDEV-471 update help tables.
* merge with 5.3Sergei Golubchik2011-10-191-4/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
| * Merge with MySQL 5.1.55Michael Widenius2011-02-201-5/+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
* | \ 5.5-mergeSergei Golubchik2011-07-021-0/+1
|\ \ \ | |/ / |/| / | |/
| * - Added/updated copyright headersKent Boortz2010-12-281-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | - 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"
* | Imported MySQL documentation files from ../mysql-5.1.46unknown2010-04-281-66/+66
| |
* | Imported MySQL documentation files from MySQL 5.1.41 source tarballunknown2009-12-011-15/+17
| |
* | Imported MySQL documentation files from /home/knielsen/devel/maria/mysql-5.1.38unknown2009-09-161-1068/+1071
| |
* | Imported freely distributable documentation from upstream MySQL 5.1.34 ↵unknown2009-05-251-3/+2010
|/ | | | source tarball.
* More changes to reflect the removal of manual.texi from the sources:unknown2005-04-131-0/+3
- Added a stub scripts/fill_help_tables.sql file to satisfy the build dependencies - Removed scripts/fill_help_tables.sh and updated scripts/Makefile.am accordingly The fill_help_tables.sql stub will be replaced with the approriate content when building the official source distribution via Bootstrap - it's now autogenerated on the documentation server and will be copied into place before packing up the source distribution. scripts/Makefile.am: - removed fill_help_tables.sh and the creation of fill_help_tables.sql from the Makefile (fill_help_tables.sql is now generated on the documentation server and will be added to the offical source distribution during the Bootstrap support-files/mysql.spec.sh: - fixed a typo