diff options
author | peterg@mysql.com <> | 2003-04-28 17:20:26 -0700 |
---|---|---|
committer | peterg@mysql.com <> | 2003-04-28 17:20:26 -0700 |
commit | e600aa8c45007b3c54a32ce50a8e5d2f0f61118f (patch) | |
tree | 2589f73933bb565541eb9b3a93aac2bc3f57897f /Docs/internals.texi | |
parent | f0d57daf44f2b9acada5df30a64e816eeb422d1e (diff) | |
download | mariadb-git-e600aa8c45007b3c54a32ce50a8e5d2f0f61118f.tar.gz |
Updated PeterG's internals documentation per comments
from Monty; minor changes only.
Diffstat (limited to 'Docs/internals.texi')
-rw-r--r-- | Docs/internals.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Docs/internals.texi b/Docs/internals.texi index 9557481cc0a..b6dc3ccc10c 100644 --- a/Docs/internals.texi +++ b/Docs/internals.texi @@ -2406,9 +2406,6 @@ of correspondence between the BLOB and the INT types. There isn't -- a BLOB's preceding length is not four bytes long (the size of an INT). @* -(NOTE TO SELF: BLOB storage has not been fully addressed here.) -@* - @strong{TINYBLOB} @itemize @bullet @item @@ -4744,8 +4741,7 @@ bmove_upp.c -- bmove.c variant, starting with last byte @item bzero.c -- something like bfill with an argument of 0 @item -conf_to_src.c -- reading a configuration file (NOTE TO SELF ? what's -this doing here?) +conf_to_src.c -- reading a configuration file @item ctype*.c -- string handling programs for each char type MySQL handles |