paul@ice.snake.net
ddb5af729a
Attempt to decrease non-English coefficient,
...
at least slightly.
2004-04-15 11:21:08 -05:00
pem@mysql.com
dfd59e296e
Merge 4.1 -> 5.0.
2004-04-07 19:07:44 +02:00
serg@serg.mylan
8644896c33
remove obsolete (hopefully) files from Docs/
2004-04-02 19:09:51 +02:00
serg@serg.mylan
34c28c6bd9
SHOW PRIVILEGES updated (Bug#3227)
2004-03-24 14:44:31 +01:00
pem@mysql.comhem.se
5954e94fa7
Fixed BUG#3259: Stored procedure names are case sensitive.
...
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).
2004-03-23 12:04:40 +01:00
pem@mysql.comhem.se
ad960d8c12
More corrections of sp-impl-spec.txt and sp-implemented.txt.
2004-01-30 14:02:19 +01:00
pem@mysql.comhem.se
bf66108143
Some minor updates and corrections of sp-implemented.txt.
2004-01-29 13:03:56 +01:00
pem@mysql.comhem.se
7a1fddaa1f
Renamed the "schema" column to "db" in mysql.proc to keep it in style with
...
all the other mysql.* tables.
2003-12-16 19:14:10 +01:00
pem@mysql.comhem.se
7a20e5282e
In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to
...
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.)
2003-12-12 14:05:29 +01:00
pem@mysql.comhem.se
b27e9d6052
WL#1363: Update the mysql.proc table and add new fields.
...
Also made the parsing and handling of SP characteristics
more general and extendable, and added a few ch:istics.
2003-12-10 19:05:37 +01:00
pem@mysql.com
63f4858030
Merged 4.1 -> 5.0
2003-12-05 13:11:50 +01:00
lenz@kallisto.local
80deee256c
- removed INSTALL-WIN-SOURCE from the BK tree as its content has been
...
added to manual.texi - extract it from there instead.
2003-12-02 15:56:18 +01:00
pem@mysql.com
6e717133c5
Merge 4.1 to 5.0
2003-12-01 16:14:40 +01:00
monty@mysql.com
ede8169d24
Added missing SSL library (Should be in source distribution)
...
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
2003-11-28 12:18:13 +02:00
lenz@mysql.com
53bcfb07d3
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2003-11-25 19:20:07 +01:00
lenz@mysql.com
8ff4b768ed
- Fixed missing node name
2003-11-25 19:19:20 +01:00
lenz@mysql.com
2dd79b37cf
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2003-11-25 19:12:54 +01:00
lenz@mysql.com
ba76560dca
- Removed COPYING.LIB from txt_files target in Docs/Makefile.am
2003-11-25 19:11:59 +01:00
serg@serg.mylan
bff0bbeb1f
merged
2003-11-25 18:26:53 +01:00
lenz@mysql.com
531eb44301
- Removed COPYING.LIB from all source and binary distributions
...
after it was removed from manual.texi (where it was automatically
generated from).
2003-11-25 17:52:12 +01:00
pem@mysql.com
28a2c6a96b
Merging 4.1->5.0.
2003-11-19 15:19:46 +01:00
lenz@kallisto.local
578a677468
- internals.texi will now be part of the source distribution. However,
...
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.
2003-11-18 16:48:02 +01:00
pem@mysql.comhem.se
e42a724fa7
WL#1265: Fix proper ALTER/DROP support in the SP cache.
...
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.
2003-10-21 12:08:35 +02:00
pem@mysql.telia.com
689bb84f72
WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the
...
(updated) Protocol_cursor class.
Also did some bug fixes.
2003-10-10 16:57:21 +02:00
pem@mysql.telia.com
04f0570fe8
Implemented SP CONDITIONs and HANDLERs, with the extension of handling
...
MySQL error codes as well.
(No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.)
WL#850
2003-09-16 14:26:08 +02:00
pem@mysql.com
7f158dd12a
Merge 4.1 into 5.0
2003-08-26 11:51:09 +02:00
monty@mashka.mysql.fi
2263e3e51f
Merge with 4.0.14
2003-08-11 22:44:43 +03:00
serg@serg.mylan
86e79ec380
merged
2003-08-07 14:39:34 +02:00
paul@teton.kitebird.com
1f2a95e366
README.1st:
...
Revise 4.1 Windows-install instructions.
2003-07-29 12:51:24 -05:00
gweir@build.mysql.com
56305765a4
logging_ok:
...
Logging to logging@openlogging.org accepted
README.1st:
new file - Readme for Windows distribution
2003-07-29 00:40:50 +02:00
serg@serg.mylan
c46f888fe3
Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :(
2003-07-28 17:50:06 +02:00
lenz@mysql.com
42d6dea61b
- fixed the automatic generation of support-files/MacOSX/ReadMe.txt -
...
a node name was changed in manual.texi which resulted in a very large
ReadMe.txt file, as the generating script could not find the (renamed)
ending node. Fixed the ending node name in Docs/Makefile.am and the
Docs/Support/generate-text-files.pl Perl script to make sure this does
not happen again (I only discovered this because the Do-pkg script was
not able to add the ReadMe.txt to the Apple Disk image because it ran out
of disk space due to the size of the file)
2003-07-16 12:06:55 +02:00
pem@mysql.telia.com
9c3a7a6ba3
Merge 4.1 into 5.0 (first pass).
2003-07-08 17:50:23 +02:00
lenz@mysql.com
64a569fd4a
- removed all traces of internals.texi from Docs/Makefile.am to avoid
...
compile problems
2003-05-27 20:22:47 +02:00
lenz@mysql.com
4bd32cae4c
- removed internals.texi (has been moved to mysqldoc BK tree)
2003-05-27 18:47:50 +02:00
lenz@mysql.com
a612eeb783
- removed internals.texi (has been moved to the "mysqldoc" BK tree)
2003-05-27 18:34:03 +02:00
arjen@george.bitbike.com
738b075366
Deleted internals.texi (moved to mysqldoc tree - Monty req).
2003-05-27 15:31:18 +02:00
monty@mashka.mysql.fi
68a159b1fa
New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character set
2003-05-26 19:01:20 +03:00
monty@narttu.mysql.fi
dd2b7918cd
Merge with 4.0.13
2003-05-19 16:35:49 +03:00
pem@mysql.com
35c82164f6
Merged 4.1 to 5.0.
2003-04-29 12:06:04 +02:00
lenz@mysql.com
75c5ebe659
- minor fixups (no more warnings)
...
- the preferred mailing list is internals@ not dev-public@
(this is a public document)
- Rather use the 4.1 tree for new development (4.0 is frozen)
2003-04-29 09:52:14 +02:00
peterg@mysql.com
208fec78b2
Update PeterG's internals documentation per comments from
...
Monty; minor changes only.
2003-04-28 18:52:04 -07:00
peterg@mysql.com
31b6144550
Updated PeterG's internals documentation per comments from
...
Monty; clarified differences between the MySQL library
directories.
2003-04-28 18:21:06 -07:00
peterg@mysql.com
e600aa8c45
Updated PeterG's internals documentation per comments
...
from Monty; minor changes only.
2003-04-28 17:20:26 -07:00
peterg@mysql.com
f0d57daf44
Updated PeterG's internals documentation per comments from
...
Monty; new description of /man subdirectory
2003-04-28 17:13:48 -07:00
peterg@mysql.com
04bf79ce6a
Updated PeterG's internals documentation per comments from
...
Monty; one minor change, plus addition of how HEAP works.
2003-04-28 17:01:19 -07:00
peterg@mysql.com
b86dc22887
Updated PeterG's internals documentation per comments from
...
Monty; added additional description of MySQL's three types
of record formats.
2003-04-28 16:40:33 -07:00
monty@mashka.mysql.fi
10d4684336
Added missing dependency to VC++ project file
2003-04-29 00:14:17 +03:00
bell@laptop.sanja.is.com.ua
7f51b1d3e4
Documentation fixed according bug 185 fixing patch (1.1551 03/04/23 00:
2003-04-28 20:40:41 +03:00
lenz@mysql.com
47a8255184
- Fixed some texi errors in internals.texi (still some more left)
2003-04-28 15:59:04 +02:00