summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <peterg@mysql.com>2003-04-28 17:20:26 -0700
committerunknown <peterg@mysql.com>2003-04-28 17:20:26 -0700
commit1604f14e345753ec5a4ed4c00a965fe18ce596e5 (patch)
tree2589f73933bb565541eb9b3a93aac2bc3f57897f /Docs
parentd4e65cc37142cf0daf74ace00fd505e010c88964 (diff)
downloadmariadb-git-1604f14e345753ec5a4ed4c00a965fe18ce596e5.tar.gz
Updated PeterG's internals documentation per comments
from Monty; minor changes only.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/internals.texi6
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