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
5d2492c8
Commit
5d2492c8
authored
Oct 05, 2004
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dict0mem.h:
Fix typos in previous push
parent
e1952a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
innobase/include/dict0mem.h
innobase/include/dict0mem.h
+4
-5
No files found.
innobase/include/dict0mem.h
View file @
5d2492c8
...
...
@@ -152,8 +152,8 @@ struct dict_col_struct{
};
/* DICT_MAX_COL_PREFIX_LEN is measured in bytes. Starting from 4.1.6, we
define max col prefix len as
3 * 256, so that one can create a column prefix
index on 25
6
characters of a TEXT field also in the UTF-8 charset. In that
set max col prefix len to <
3 * 256, so that one can create a column prefix
index on 25
5
characters of a TEXT field also in the UTF-8 charset. In that
charset, a character may take at most 3 bytes. */
#define DICT_MAX_COL_PREFIX_LEN 768
...
...
@@ -169,9 +169,8 @@ struct dict_field_struct{
type, e.g., INDEX (textcol(25));
must be smaller than
DICT_MAX_COL_PREFIX_LEN; NOTE that
in the UTF-8 charset, MySQL reserves
sets this to 3 * the prefix len in
UTF-8 chars */
in the UTF-8 charset, MySQL sets this
to 3 * the prefix len in UTF-8 chars */
};
/* Data structure for an index tree */
...
...
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