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
19c0e324
Commit
19c0e324
authored
Apr 14, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in FederatedX. HA_READ_AFTER_KEY is not a valid index flag.
parent
a53d794f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/federatedx/ha_federatedx.h
storage/federatedx/ha_federatedx.h
+1
-1
No files found.
storage/federatedx/ha_federatedx.h
View file @
19c0e324
...
...
@@ -347,7 +347,7 @@ public:
/* fix server to be able to get remote server index flags */
ulong
index_flags
(
uint
inx
,
uint
part
,
bool
all_parts
)
const
{
return
(
HA_READ_NEXT
|
HA_READ_RANGE
|
HA_READ_AFTER_KEY
);
return
(
HA_READ_NEXT
|
HA_READ_RANGE
);
}
uint
max_supported_record_length
()
const
{
return
HA_MAX_REC_LENGTH
;
}
uint
max_supported_keys
()
const
{
return
MAX_KEY
;
}
...
...
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