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
d00dbff4
Commit
d00dbff4
authored
Feb 14, 2008
by
istruewing@stella.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge stella.local:/home2/mydev/mysql-5.0-ateam
into stella.local:/home2/mydev/mysql-5.0-axmrg
parents
21534505
a64d12ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
myisam/mi_open.c
myisam/mi_open.c
+3
-0
No files found.
myisam/mi_open.c
View file @
d00dbff4
...
...
@@ -270,6 +270,9 @@ MI_INFO *mi_open(const char *name, int mode, uint open_flags)
if
(
share
->
options
&
HA_OPTION_COMPRESS_RECORD
)
share
->
base
.
max_key_length
+=
2
;
/* For safety */
/* Add space for node pointer */
share
->
base
.
max_key_length
+=
share
->
base
.
key_reflength
;
if
(
!
my_multi_malloc
(
MY_WME
,
&
share
,
sizeof
(
*
share
),
&
share
->
state
.
rec_per_key_part
,
sizeof
(
long
)
*
key_parts
,
...
...
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