| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
clean: targets removed
generated *.h files moved to include/
|
|
|
|
|
|
| |
Added new commands CREATE USER and RENAME USER.
Changed behaviour of DROP USER.
Changed an error messages for the new commands.
|
|\
| |
| |
| | |
into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-5.0
|
| |\
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Change parsing of @image argument.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
(Includes merge of arena code in 4.1 and 5.0)
|
| |\ \
| | |/ |
|
| | | |
|
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Procedure names were unintentionally case-sensitive when read from the database
(but case-insensitive when fetched from the cache).
Note that the DB-part of qualified names is still case-sensitive (for consistency
with other usage in mysql).
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
all the other mysql.* tables.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
make characteristics (and SHOW) work right, we had to separate the old
definition blob in the mysql.proc table into separate fields for parameters,
return type, and body, and handle the characteristics (like SQL SECURITY)
separately... and then reassemble the CREATE string for parsing, of course.
This is rather ugly, mostly the parser bit. (Hopefully that will be better
with the new parser.)
|
| | |
| | |
| | |
| | |
| | | |
Also made the parsing and handling of SP characteristics
more general and extendable, and added a few ch:istics.
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
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).
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
New sp_cache C API. When an SP is dropped, old caches (in other threads)
become invalid and are cleared.
Also, the caches in THD are only created on demand.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
using the
(updated) Protocol_cursor class.
Also did some bug fixes.
|