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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d8efc3b1
Commit
d8efc3b1
authored
Oct 26, 2010
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DS-MRR improvements: address review feedback for R3 version of the patch
parent
ac8a79b9
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
898 additions
and
614 deletions
+898
-614
sql/handler.h
sql/handler.h
+2
-2
sql/multi_range_read.cc
sql/multi_range_read.cc
+620
-542
sql/multi_range_read.h
sql/multi_range_read.h
+276
-70
No files found.
sql/handler.h
View file @
d8efc3b1
...
...
@@ -2178,6 +2178,7 @@ class handler :public Sql_alloc
*/
virtual
bool
check_if_supported_virtual_columns
(
void
)
{
return
FALSE
;}
TABLE
*
get_table
()
{
return
table
;
}
protected:
/* deprecated, don't use in new engines */
inline
void
ha_statistic_increment
(
ulong
SSV
::*
offset
)
const
{
}
...
...
@@ -2370,7 +2371,6 @@ class handler :public Sql_alloc
virtual
int
rename_partitions
(
const
char
*
path
)
{
return
HA_ERR_WRONG_COMMAND
;
}
friend
class
ha_partition
;
friend
class
DsMrr_impl
;
public:
/* XXX to be removed, see ha_partition::partition_ht() */
virtual
handlerton
*
partition_ht
()
const
...
...
sql/multi_range_read.cc
View file @
d8efc3b1
This diff is collapsed.
Click to expand it.
sql/multi_range_read.h
View file @
d8efc3b1
This diff is collapsed.
Click to expand it.
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