summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new,jimw@mysql.com2006-04-1176-16032/+2
| | | | | and various stuff in Docs/. Also move the certificates used for testing into mysql-test/std_data from the top-level SSL directory (now gone).
* Mergekent@mysql.com2006-04-041-1/+1
|\
| * Mergekent@mysql.com2006-04-031-1/+1
| |\
| | * Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0kent@mysql.com2006-04-031-1/+1
| | |\ | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
| | | * mysql_install_db.sh, MySQLEULA.txt, mysql_install_db.c:kent@mysql.com2006-04-031-1/+1
| | | | | | | | | | | | | | | | Changed web address order.mysql.com to shop.mysql.com
* | | | Add some stuff to source package needed for CMake Windows packaging.knielsen@mysql.com2006-03-301-0/+7
|/ / /
* | | BSD make compatibilityserg@serg.mylan2006-01-061-5/+5
| | |
* | | Additional "make distcheck" changes specific to 5.0kent@mysql.com2005-11-091-0/+5
| | |
* | | Mergekent@mysql.com2005-11-041-10/+14
|\ \ \ | |/ /
| * | Makefile.am, configure.in:kent@mysql.com2005-09-241-10/+14
| | | | | | | | | | | | Enable "make distcheck" to work
* | | Merge mysql.com:/space/my/mysql-4.1-buildlenz@mysql.com2005-07-061-76/+0
|\ \ \ | |/ / | | | | | | into mysql.com:/space/my/mysql-5.0-build
| * | - removed Docs/README.1st (it's obsolete)lenz@mysql.com2005-07-051-76/+0
| | |
* | | Merge mysql.com:/space/my/mysql-4.1-buildlenz@mysql.com2005-06-233-37/+6
|\ \ \ | |/ / | | | | | | into mysql.com:/space/my/mysql-5.0.8-clone
| * | - manual merge of the new node nameslenz@mysql.com2005-06-233-37/+6
| |\ \ | | |/
| | * - fixed text file generation - the node names in the info page had changedlenz@mysql.com2005-06-233-36/+5
| | |
* | | - manual mergelenz@mysql.com2005-04-211-11/+23
|\ \ \ | |/ /
| * | - manual mergelenz@mysql.com2005-04-191-11/+23
| |\ \ | | |/
| | * Updated Docs/Makefile.am:lenz@mysql.com2005-04-191-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | - fixed copyright header and removed obsolete comments about how to build the manual using texinfo - added an "install-data-hook" to install the mysql.info info page. This seems to be the only way to install info pages, if they are not built from texinfo sources directly.
| | * - removed COPYING from txt_files of Docs/Makefile.amlenz@mysql.com2005-04-191-1/+1
| | | | | | | | | | | | (it's already in EXTRA_DIST of the toplevel Makefile.am)
* | | - After merge fixeslenz@mysql.com2005-04-1348-10992/+32
|\ \ \ | |/ /
| * | Manual merge of the ChangeSet to remove the dependency on manual.texi from ↵lenz@mysql.com2005-04-1348-10994/+32
| |\ \ | | |/ | | | | | | the source tree (from 4.0)
| | * - manual.texi will be replaced with a manual written in DocBook/XML. This ↵lenz@mysql.com2005-04-13439-55829/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeSet removes all references to the .texi file and the build targets that depend on manual.texi as the input file. - added COPYING as a regular file instead of creating it during the build. This ensures that it's part of the sources when pulling from BK (it used to be extracted from the manual) - Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images) - added a dummy mysql.info placeholder file (the info file is still used as the source to extract various text files during the build). It will be replaced with a "real" file during the Bootstrap process to create the official source distribution - the placeholder just satisfies build dependencies.
* | | - Added new error message.jani@ua141d10.elisa.omakaista.fi2005-03-221-0/+2
| | | | | | | | | | | | | | | - Changed error message in sql_acl.cc - Added some more tests for GRANT.
* | | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2005-03-091-0/+18
|\ \ \ | |/ / | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
| * | Manual mergeigor@rurik.mysql.com2005-03-091-0/+18
| |\ \ | | |/
| | * changelog-4.0.xml:paul@kite-hub.kitebird.com2005-03-081-1/+1
| | | | | | | | | | | | Fix bad root element name in DOCTYPE. Sheesh.
| | * Add dummy changelog file. It should merge upward without conflict.paul@kite-hub.kitebird.com2005-03-081-0/+18
| | |
* | | mergedserg@serg.mylan2005-03-091-0/+18
|\ \ \ | |/ /
| * | changelog-4.1.xml:paul@kite-hub.kitebird.com2005-03-081-0/+18
| | | | | | | | | | | | Add dummy changelog file. It should merge upward without conflict.
* | | changelog-5.0.xml:paul@kite-hub.kitebird.com2005-03-081-0/+18
| | | | | | | | | | | | Add dummy changelog file. It should merge upward without conflict.
* | | small Makefile.am cleanupserg@serg.mylan2005-01-281-4/+0
| | | | | | | | | | | | | | | clean: targets removed generated *.h files moved to include/
* | | WL#2050 - CREATE USER and DROP USER and RENAME USERingo@mysql.com2004-11-251-2/+2
| | | | | | | | | | | | | | | | | | Added new commands CREATE USER and RENAME USER. Changed behaviour of DROP USER. Changed an error messages for the new commands.
* | | Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1paul@kite-hub.kitebird.com2004-11-121-1/+1
|\ \ \ | |/ / | | | | | | into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-5.0
| * | Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.0paul@kite-hub.kitebird.com2004-11-121-1/+1
| |\ \ | | |/ | | | | | | into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-4.1
| | * Makefile.am:paul@kite-hub.kitebird.com2004-11-121-1/+1
| | | | | | | | | | | | Add -acc flag for texi2html to handle accented characters.
* | | Merge with 4.1monty@mysql.com2004-11-121-0/+2
|\ \ \ | |/ /
| * | merge with 4.0monty@mysql.com2004-11-121-0/+2
| |\ \ | | |/
| | * The files stored in "Docs/Images" within the "mysqldocs" BK tree must be ↵joerg@mysql.com2004-11-042-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | included in the source tar-ball for distribution. This is done by using the "DISTFILES" macro in a new "Docs/Images/Makefile". As the source BK tree does not contain these files, they are copied from the "mysqldocs" tree at release build time. This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
* | | Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-0/+35
|\ \ \ | |/ /
| * | The new "Bootstrap" pushed in 4.0 with changeset "joerg:1.2057" is used for ↵joerg@mysql.com2004-11-051-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | building _all_ versions. It tries to remove "Docs/Images/Makefile*" as part of the actions to correct bug number 6350. If the source tree does not contain a dummy file matching that pattern, this "rm" will fail, and so "Bootstrap" will fail. The "Makefile.am" introduced with this changeset is identical to the one that will arrive here when "joerg:1.2057" is propagated from 4.0, so this separate introduction here is just to allow "Bootstraps" in the meantime.
* | | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-45/+53
|\ \ \ | |/ /
| * | merge with 4.0monty@mysql.com2004-11-021-45/+53
| |\ \ | | |/
| | * texi2html:paul@kite-hub.kitebird.com2004-10-271-45/+53
| | | | | | | | | | | | Updated version of texi2html so that 4.0.22 HTML manual doesn't turn out all goofy.
| | * texi2html:paul@ice.snake.net2004-10-151-1/+1
| | | | | | | | | | | | Change parsing of @image argument.
* | | merge with 4.1monty@mysql.com2004-10-29388-4931/+1
|\ \ \ | |/ /
| * | texi2html:paul@kite-hub.kitebird.com2004-10-151-1/+1
| | | | | | | | | | | | Change @image argument parsing.
| * | - removed the Docs/Flags and Docs/RawFlags directorieslenz@mysql.com2004-10-07388-4931/+1
| | | | | | | | | | | | | | | - Updated Docs/Makefile.am and scripts/make_win_src_distribution.sh accordingly
* | | texi2html:paul@ice.snake.net2004-10-151-1/+1
| | | | | | | | | | | | Change parsing of @image argument.
* | | Merge with 4.1monty@mysql.com2004-09-061-2/+5
|\ \ \ | |/ / | | | | | | | | | (Includes merge of arena code in 4.1 and 5.0)
| * | manually mergedserg@serg.mylan2004-08-181-2/+5
| |\ \ | | |/