Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup: Define less of bulk insert inline
trx_mod_table_time_t::write_bulk(): Define non-inline. There are 2 callers, so this will avoid some code duplication. trx_t::bulk_insert_apply(): In the inline function, only check for the condition, and invoke the actual operation in the non-inline function trx_t::bulk_insert_apply_low().
- Loading branch information
Showing
2 changed files
with
42 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters