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
067b80a8
Commit
067b80a8
authored
Jan 09, 2007
by
kroki/tomash@moonlight.home
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix after manual merge.
parent
7bf893f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/heap/hp_write.c
storage/heap/hp_write.c
+1
-1
No files found.
storage/heap/hp_write.c
View file @
067b80a8
...
...
@@ -68,7 +68,7 @@ int heap_write(HP_INFO *info, const byte *record)
err:
if
(
my_errno
==
HA_ERR_FOUND_DUPP_KEY
)
DBUG_PRINT
(
"info"
,(
"Duplicate key: %d"
,
(
int
)
keydef
-
share
->
keydef
));
DBUG_PRINT
(
"info"
,(
"Duplicate key: %d"
,
(
int
)
(
keydef
-
share
->
keydef
)
));
info
->
errkey
=
keydef
-
share
->
keydef
;
/*
We don't need to delete non-inserted key from rb-tree. Also, if
...
...
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