MySQL 9.1.0
Source Code Documentation
|
Redo log - helper for unit tests. More...
#include <memory>
#include "log0types.h"
#include "my_dbug.h"
#include "my_sys.h"
#include "sql/current_thd.h"
#include "sql/debug_sync.h"
Go to the source code of this file.
Classes | |
class | Log_test |
It is a environment for tests of redo log. More... | |
struct | Log_test::Page |
class | Log_test::Sync_point |
Functions | |
template<size_t N> | |
static void | log_sync_point (const char(&sync_point_name)[N]) |
This function is responsible for three actions: More... | |
Variables | |
std::unique_ptr< Log_test > | log_test |
Represents currently running test of redo log, nullptr otherwise. More... | |
Redo log - helper for unit tests.
|
static |
This function is responsible for three actions:
[in] | sync_point_name | name of syncpoint, must be a string literal |
|
extern |
Represents currently running test of redo log, nullptr otherwise.