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
peterg@mysql.com
5e8f76c433
Update PeterG's internals documentation per comments from
...
Monty; minor changes only.
2003-04-26 18:58:55 -07:00
peterg@mysql.com
e63477d6b9
Update PeterG's internals documentation per Monty's comments;
...
minor changes only.
2003-04-26 16:00:52 -07:00
lenz@mysql.com
8867a6c4a0
- support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
...
instead of being an individual file to avoid redundancy
2003-04-25 13:02:44 +02:00
peterg@mysql.com
6f28bdee0b
Minor changes to PeterG's internals documentation per comments
...
from Monty.
2003-04-23 13:20:23 -07:00
peterg@mysql.com
e918ea5488
Modify PeterG's internals documentation per Monty. Added
...
more detailed explanation of record header and column
storage.
2003-04-23 11:43:30 -07:00
venu@myvenu.com
5ca806f77f
Added the missed OK packet status to internals.texi
2003-04-16 16:53:12 -07:00
lenz@mysql.com
faad672620
Distribution cleanups:
...
- added Dummy file Docs/manual_toc.html to make "make dist" happy if the
real manual.texi has not been copied into Docs/ (which would make sure
a "real" manual_toc.html would be created
- fixed symlinking in the bdb subdirectory (docs are not included anyway)
- added dist-hook to Makefile.am to remove superfluous SCCS directories
from the source distribution
2003-04-11 17:07:58 +02:00
pem@mysql.com
736e78251e
Merging 4.1 to 5.0.
2003-04-04 13:45:35 +02:00
arjen@george.bitbike.com
5c9ee452e3
gis.txt deleted - updated text merged into manual (mysqldoc tree).
2003-04-04 12:41:58 +10:00
arjen@george.bitbike.com
a7a3a28696
prepare.texi merged into manual (mysqldoc tree), file removed.
2003-04-02 20:12:01 +10:00
pem@mysql.com
c77699ca93
Merged 4.1 into 5.0.
2003-03-27 12:09:11 +01:00
pem@mysql.com
483efba239
Fixed save/restore of current database when calling a procedure.
2003-03-26 15:02:48 +01:00
pem@mysql.com
2578564725
Added IF EXISTS to DROP PROCEDURE|FUNCTION.
...
Changed another unecessary use of Item_string into LEX_STRING (in sp_pcontext).
2003-03-26 12:29:58 +01:00
monty@narttu.mysql.fi
b883a9c01c
Merge with 4.0.12
2003-03-19 22:25:44 +02:00
monty@narttu.mysql.fi
68ca84dbd1
Print right hostname or IP in SHOW PROCESSLIST
...
Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
2003-03-19 21:43:41 +02:00
pem@mysql.com
4a171efd6f
Merged 4.1 -> 5.0.
2003-03-18 16:12:50 +01:00
monty@narttu.mysql.fi
a434bca704
Merge with 4.0
2003-03-16 19:17:54 +02:00
serg@serg.mysql.com
6ac4944512
texinfo syntax cleanup. 4.1 protocol sections are still too broken for this file to be compiled :(
2003-03-13 12:20:29 +01:00
pgulutzan@linux.local
eda388ed3b
Added PeterG's new internals documenation.
2003-03-12 21:35:57 -08:00
pem@mysql.com
df8ac83e56
Updated documentation with the latest FUNCTION stuff.
2003-03-07 10:58:42 +01:00
pem@mysql.com
c4b76c2694
New FUNCTION documentation, and a minor test case modification.
2003-03-03 15:03:19 +01:00
monty@narttu.mysql.fi
9a46698e1e
Merge with 4.0.11
2003-02-26 01:03:47 +02:00
lenz@mysql.com
111f4af6a4
- re-added missing reservedwords.texi (disappeared after last merge with
...
3.23.x) and removed mirrors.texi again
2003-02-24 11:34:41 +01:00
pem@mysql.com
d8c75ec8aa
Most of the groundwork for sprint task 729 (implement FUNCTIONs).
...
Expanded the mysql.proc table, reworked the find/create/drop functions
completely, added new functions for FUNCTIONs (lotta functions here :),
got rid of some unnecessary use of Item_strings while at it. Extended
the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs
coexist with UDFs.
Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
2003-02-21 17:37:05 +01:00
bell@sanja.is.com.ua
7bcf7f9069
Added chapter about subselect transformations
2003-02-19 09:38:08 +02:00
bell@sanja.is.com.ua
b5403e65ca
section about SELECT performing
2003-02-18 18:42:30 +02:00
pem@mysql.com
97dc6a528e
Merging 4.1 into 5.0
2003-02-18 15:05:35 +01:00
serg@serg.mysql.com
474d013696
Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-02-13 17:12:52 +01:00
monty@mashka.mysql.fi
3695c64111
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-02-12 23:18:00 +02:00
lenz@mysql.com
c4cf7e633f
(please merge with 4.1 and upwards)
...
- updated logo to current one
2003-02-12 10:50:18 +01:00
arjen@george.bitbike.com
5dc7fe3bcd
Moved template.texi from mysql-4.0 tree to mysqldoc tree.
2003-02-12 14:29:12 +10:00
arjen@george.bitbike.com
c9c9d0b0fb
Moved mysql.de.texi from mysql-4.0 tree to mysqldoc tree.
...
Replaced mysql.de.texi in mysql-4.0 tree with dummy placeholder.
Moved world.sql sample database to mysqldoc tree.
2003-02-12 14:15:04 +10:00
bar@bar.mysql.r18.ru
29e36c5df8
gis.txt:
...
Updates according to last changes
2003-02-11 16:51:02 +04:00
venu@myvenu.com
cde22b0247
Added all new changes (To be incorporated to main manual before the release)
2003-02-05 22:29:42 -08:00
monty@mashka.mysql.fi
023d6dd39b
Merge with 4.0.11
2003-02-04 21:52:14 +02:00
pem@mysql.com
f2d6ec9321
Some new stuff in the Docs/sp-* files, and renamed a few functions in preparation
...
for future work.
2003-02-04 17:40:18 +01:00
monty@mashka.mysql.fi
303c3e30ab
Added charset number to result header
2003-02-04 03:19:19 +02:00
pem@mysql.com
b43d7af60e
Added some basic implementation documentation for stored procedures.
2003-02-02 17:49:42 +01:00
monty@mashka.mysql.fi
152f0603e7
Merge with 3.23.56 (Replace manual with 'empty' document)
...
Fix for bug when using auto_increment column and LAST_INSERT_ID()
2003-01-28 08:51:03 +02:00
lenz@mysql.com
29fafcedb0
- replaced manual.texi with a dummy placeholder file (manual.texi is
...
now maintained in a separate "mysqldoc" BK source tree) - it will be
replaced with the correct manual.texi when building the official
source distribution
- fixed automake error about reservedwords.texi by moving it to EXTRA_DIST
instead
2003-01-27 16:28:42 +01:00
lenz@mysql.com
82aca82da0
- added a dummy file "reservedwords.texi" to the BK tree and the Makefiles,
...
so it's part of the distribution (manual.texi includes this file)
It will be replaced with the correct one from the mysqldoc tree before
building the distribution
- removed generation and inclusion of MIRRORS file, since the mirror list
is no longer part of manual.texi anyway
- replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy
- Redirect standard error when checking for dpkg-architecture in ltconfig
to avoid error message showing during configuration
2003-01-27 13:44:16 +01:00