summaryrefslogtreecommitdiff
path: root/scripts/fill_help_tables.sql
Commit message (Collapse)AuthorAgeFilesLines
* 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