Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
208fec78
Commit
208fec78
authored
Apr 28, 2003
by
peterg@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PeterG's internals documentation per comments from
Monty; minor changes only.
parent
31b61445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Docs/internals.texi
Docs/internals.texi
+6
-6
No files found.
Docs/internals.texi
View file @
208fec78
...
...
@@ -4615,7 +4615,7 @@ sql_olap.cc -- ROLLUP
@item
sql
_
parse.cc -- Parse an SQL statement; do initial checks and then jump to the function that should execute the statement
@item
sql
_
prepare.cc -- Prepare an SQL statement
sql
_
prepare.cc -- Prepare an SQL statement
, or use a prepared statement
@item
sql
_
repl.cc -- Replication
@item
...
...
@@ -5026,11 +5026,11 @@ variation of the famous "Lempel-Ziv" method, which is also used by
bytes is as follows:
@itemize @bullet
@item
Find a substring which occurs twice in the string.
Find a substring which occurs twice in the string.
@item
Replace the second occurrence of the substring with (a) a pointer to
the first occurrence, plus (b) an indication of the length of the
first occurrence.
first occurrence.
@end itemize
There is a full description of the library's functions in the gzip
...
...
@@ -5039,9 +5039,9 @@ manual at: @*
There is therefore no need to list the modules in this document.
@*@*
The MySQL program
that uses zlib is
\mysys\my
_
compress.c. The use is
for packet compression. The client sends messages to the server which
are compressed by zlib.
See also:
\sql\net
_
serv.cc.
The MySQL program
\mysys\my
_
compress.c uses zlib for packet compression.
The client sends messages to the server which are compressed by zlib.
See also:
\sql\net
_
serv.cc.
@node Files in InnoDB Sources, , Files in MySQL Sources, Top
@chapter Annotated List Of Files in the InnoDB Source Code Distribution
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment