MySQL 9.1.0
Source Code Documentation
|
DDL index loader implementation. More...
#include "btr0load.h"
#include "ddl0impl-builder.h"
#include "ddl0impl-cursor.h"
#include "ddl0impl-loader.h"
#include "handler0alter.h"
#include "os0thread-create.h"
#include "ut0stage.h"
#include "sql/table.h"
#include "sql_class.h"
Classes | |
class | ddl::Loader::Task_queue |
Unbounded task queue. More... | |
Namespaces | |
namespace | ddl |
The general architecture is that the work is done in two phases, roughly the read and write phase. | |
Macros | |
#define | SYNC_POINT_ADD(t, n) |
DDL index loader implementation.
Created 2020-11-01 by Sunny Bains.