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
d861fa85
Commit
d861fa85
authored
Aug 03, 2004
by
mysqldev@o2k.irixworld.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate declaration in NDB cluster handler
parent
a6e2c98d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+1
-1
No files found.
sql/ha_ndbcluster.cc
View file @
d861fa85
...
...
@@ -403,7 +403,7 @@ int ha_ndbcluster::build_index_list()
DBUG_ENTER
(
"build_index_list"
);
// Save information about all known indexes
for
(
uint
i
=
0
;
i
<
table
->
keys
;
i
++
)
for
(
i
=
0
;
i
<
table
->
keys
;
i
++
)
{
NDB_INDEX_TYPE
idx_type
=
get_index_type_from_table
(
i
);
m_indextype
[
i
]
=
idx_type
;
...
...
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