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
c6e97422
Commit
c6e97422
authored
Oct 02, 2007
by
gkodinov/kgeorge@magare.gmz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a warning in the fix for bug 28702
parent
6a039804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/sql_select.cc
sql/sql_select.cc
+1
-1
No files found.
sql/sql_select.cc
View file @
c6e97422
...
@@ -15493,7 +15493,7 @@ TABLE_LIST::print_index_hint(THD *thd, String *str,
...
@@ -15493,7 +15493,7 @@ TABLE_LIST::print_index_hint(THD *thd, String *str,
List_iterator_fast
<
String
>
li
(
indexes
);
List_iterator_fast
<
String
>
li
(
indexes
);
String
*
idx
;
String
*
idx
;
bool
first
=
1
;
bool
first
=
1
;
in
t
find_length
=
strlen
(
primary_key_name
);
size_
t
find_length
=
strlen
(
primary_key_name
);
str
->
append
(
' '
);
str
->
append
(
' '
);
str
->
append
(
hint
,
hint_length
);
str
->
append
(
hint
,
hint_length
);
...
...
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