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
1d66d35f
Commit
1d66d35f
authored
Nov 02, 2006
by
iggy@rolltop.ignatz42.dyndns.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile failure.
parent
7c2ff3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
myisam/sort.c
myisam/sort.c
+2
-4
No files found.
myisam/sort.c
View file @
1d66d35f
...
@@ -315,6 +315,7 @@ pthread_handler_decl(thr_find_all_keys,arg)
...
@@ -315,6 +315,7 @@ pthread_handler_decl(thr_find_all_keys,arg)
uint
memavl
,
old_memavl
,
keys
,
sort_length
;
uint
memavl
,
old_memavl
,
keys
,
sort_length
;
uint
idx
,
maxbuffer
;
uint
idx
,
maxbuffer
;
uchar
**
sort_keys
=
0
;
uchar
**
sort_keys
=
0
;
DBUG_ENTER
(
"thr_find_all_keys"
);
/* FIXME why no matching DBUG_RETURN ? */
LINT_INIT
(
keys
);
LINT_INIT
(
keys
);
...
@@ -323,10 +324,7 @@ pthread_handler_decl(thr_find_all_keys,arg)
...
@@ -323,10 +324,7 @@ pthread_handler_decl(thr_find_all_keys,arg)
if
(
my_thread_init
())
if
(
my_thread_init
())
goto
err
;
goto
err
;
{
/* Expands to declaration, create new block */
DBUG_PRINT
(
"enter"
,
(
"master: %d"
,
sort_param
->
master
));
DBUG_ENTER
(
"thr_find_all_keys"
);
/* FIXME why no matching DBUG_RETURN ? */
DBUG_PRINT
(
"enter"
,
(
"master: %d"
,
sort_param
->
master
));
}
if
(
sort_param
->
sort_info
->
got_error
)
if
(
sort_param
->
sort_info
->
got_error
)
goto
err
;
goto
err
;
...
...
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