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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
bcad4631
Commit
bcad4631
authored
Apr 26, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MAX_KEY limit doubled (32->64)
parent
0c281ecd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/myisam.h
include/myisam.h
+1
-1
sql/unireg.h
sql/unireg.h
+1
-1
No files found.
include/myisam.h
View file @
bcad4631
...
...
@@ -36,7 +36,7 @@ extern "C" {
/* defines used by myisam-funktions */
/* The following defines can be increased if necessary */
#define MI_MAX_KEY
32
/* Max allowed keys */
#define MI_MAX_KEY
64
/* Max allowed keys */
#define MI_MAX_KEY_SEG 16
/* Max segments for key */
#define MI_MAX_KEY_LENGTH 1000
...
...
sql/unireg.h
View file @
bcad4631
...
...
@@ -48,7 +48,7 @@
#define MAX_ALIAS_NAME 256
#define MAX_FIELD_NAME 34
/* Max colum name length +2 */
#define MAX_SYS_VAR_LENGTH 32
#define MAX_KEY
32
/* Max used keys */
#define MAX_KEY
64
/* Max used keys */
#define MAX_REF_PARTS 16
/* Max parts used as ref */
#define MAX_KEY_LENGTH 1024
/* max possible key */
#if SIZEOF_OFF_T > 4
...
...
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