MySQL 9.0.0
Source Code Documentation
ddl0buffer.cc File Reference

DDL key buffer implementation. More...

#include "ddl0impl-buffer.h"
#include "ddl0impl-compare.h"

Namespaces

namespace  ddl
 The general architecture is that the work is done in two phases, roughly the read and write phase.
 

Functions

template<typename T , typename Compare >
void ddl::merge_sort (T *arr, T *aux_arr, const size_t low, const size_t high, Compare compare)
 Merge sort a given array. More...
 

Detailed Description

DDL key buffer implementation.

Created 2020-11-01 by Sunny Bains.