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
d4f6c77c
Commit
d4f6c77c
authored
Oct 09, 2016
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily (?) disable table statistics updates
parent
7c3affdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
storage/rocksdb/ha_rocksdb.cc
storage/rocksdb/ha_rocksdb.cc
+4
-1
No files found.
storage/rocksdb/ha_rocksdb.cc
View file @
d4f6c77c
...
@@ -3106,6 +3106,7 @@ static bool rocksdb_rollback_to_savepoint_can_release_mdl(handlerton *hton,
...
@@ -3106,6 +3106,7 @@ static bool rocksdb_rollback_to_savepoint_can_release_mdl(handlerton *hton,
return
true
;
return
true
;
}
}
#ifdef MARIAROCKS_NOT_YET
/*
/*
This is called for INFORMATION_SCHEMA
This is called for INFORMATION_SCHEMA
*/
*/
...
@@ -3196,7 +3197,7 @@ static void rocksdb_update_table_stats(
...
@@ -3196,7 +3197,7 @@ static void rocksdb_update_table_stats(
rocksdb_hton_name
);
rocksdb_hton_name
);
}
}
}
}
#endif
static
rocksdb
::
Status
check_rocksdb_options_compatibility
(
static
rocksdb
::
Status
check_rocksdb_options_compatibility
(
const
char
*
dbpath
,
const
char
*
dbpath
,
...
@@ -3314,7 +3315,9 @@ static int rocksdb_init_func(void *p)
...
@@ -3314,7 +3315,9 @@ static int rocksdb_init_func(void *p)
rocksdb_hton
->
savepoint_rollback
=
rocksdb_rollback_to_savepoint
;
rocksdb_hton
->
savepoint_rollback
=
rocksdb_rollback_to_savepoint
;
rocksdb_hton
->
savepoint_rollback_can_release_mdl
=
rocksdb_hton
->
savepoint_rollback_can_release_mdl
=
rocksdb_rollback_to_savepoint_can_release_mdl
;
rocksdb_rollback_to_savepoint_can_release_mdl
;
#ifdef MARIAROCKS_NOT_YET
rocksdb_hton
->
update_table_stats
=
rocksdb_update_table_stats
;
rocksdb_hton
->
update_table_stats
=
rocksdb_update_table_stats
;
#endif // MARIAROCKS_NOT_YET
rocksdb_hton
->
flush_logs
=
rocksdb_flush_wal
;
rocksdb_hton
->
flush_logs
=
rocksdb_flush_wal
;
rocksdb_hton
->
flags
=
HTON_TEMPORARY_NOT_SUPPORTED
|
rocksdb_hton
->
flags
=
HTON_TEMPORARY_NOT_SUPPORTED
|
...
...
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