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
8bb93436
Commit
8bb93436
authored
Feb 25, 2006
by
sergefp@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in dbug printout
parent
79c9ba9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/opt_range.cc
sql/opt_range.cc
+1
-1
No files found.
sql/opt_range.cc
View file @
8bb93436
...
...
@@ -3108,7 +3108,7 @@ static void dbug_print_segment_range(SEL_ARG *arg, KEY_PART *part)
fputs
(
" < "
,
DBUG_FILE
);
else
fputs
(
" <= "
,
DBUG_FILE
);
store_key_image_to_rec
(
part
->
field
,
(
char
*
)(
arg
->
m
in
_value
),
part
->
length
);
store_key_image_to_rec
(
part
->
field
,
(
char
*
)(
arg
->
m
ax
_value
),
part
->
length
);
dbug_print_field
(
part
->
field
);
}
fputs
(
"
\n
"
,
DBUG_FILE
);
...
...
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