| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Delete: Docs/changelog-4.1.xml
|
|\
| |
| |
| | |
into polar.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
|
| |
| |
| |
| | |
Delete: Docs/changelog-4.0.xml
|
|\ \
| |/
| |
| | |
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
|
| |
| |
| |
| | |
Changed web address order.mysql.com to shop.mysql.com
|
| |
| |
| |
| | |
Enable "make distcheck" to work
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| | |
(it's already in EXTRA_DIST of the toplevel Makefile.am)
|
|\ \
| |/
| |
| | |
the source tree (from 4.0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Fix bad root element name in DOCTYPE. Sheesh.
|
| | |
|
| |
| |
| |
| | |
Add dummy changelog file. It should merge upward without conflict.
|
|\ \
| |/
| |
| | |
into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-4.1
|
| |
| |
| |
| | |
Add -acc flag for texi2html to handle accented characters.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Updated version of texi2html so that 4.0.22 HTML manual doesn't turn out all goofy.
|
| |
| |
| |
| | |
Change parsing of @image argument.
|
| |
| |
| |
| | |
Change @image argument parsing.
|
| |
| |
| |
| |
| | |
- Updated Docs/Makefile.am and scripts/make_win_src_distribution.sh
accordingly
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
various distributions
|
| |
| |
| |
| |
| | |
file "EXCEPTIONS" and include it in the source and binary
distributions
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixed security problem that password was temporarly reset when someone changed GRANT for a user. (Bug #3404)
Fixed problem with PROCEDURE analyse() and impossible WHERE (Bug #2238)
Don't auto-repair tables in mysqlcheck if table type doesn't support 'check' command.
|
| |
| |
| |
| | |
at least slightly.
|
| | |
|
| | |
|
| |
| |
| |
| | |
added to manual.texi - extract it from there instead.
|
| |
| |
| |
| |
| |
| |
| | |
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
Added a lot of 'version_xxx' strings to 'show variables'
Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
Fixed problem with printing sub selects to debug log
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
after it was removed from manual.texi (where it was automatically
generated from).
|
| |
| |
| |
| |
| |
| |
| | |
as this is a document that belongs to the mysqldoc tree, it needs to
be copied over manually (using the Bootstrap script), before doing an
official release distribution. The file Docs/internals.texi in this tree
is only a dummy file to keep "make dist" happy.
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
4.0.14 :(
|
| | | |
|