MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
Public 成员函数 | |
Session * | session () const |
Trx * | trx () const |
void | set_session (Session *session) |
静态 Public 成员函数 | |
static ThreadData * | current () |
static void | setup (ThreadData *thread) |
Private 属性 | |
Session * | session_ = nullptr |
静态 Private 属性 | |
static thread_local ThreadData * | thread_data_ |