Skip to content

Commit

Permalink
START BUILD PATCHES - Fix clang-15 compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Mar 4, 2023
1 parent 35e0326 commit 0342269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/innobase/ddl/ddl0builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,6 @@ dberr_t Builder::btree_build() noexcept {
Merge_cursor cursor(this, &dup, m_local_stage);
const auto io_buffer_size = m_ctx.load_io_buffer_size(m_thread_ctxs.size());

size_t total_files{};
uint64_t total_rows{};
dberr_t err{DB_SUCCESS};

Expand All @@ -1731,7 +1730,6 @@ dberr_t Builder::btree_build() noexcept {

ut_a(thread_ctx->m_n_recs == thread_ctx->m_file.m_n_recs);

++total_files;
total_rows += thread_ctx->m_n_recs;
}

Expand Down

0 comments on commit 0342269

Please sign in to comment.