MySQL 8.3.0
Source Code Documentation
debug_lo_misc.h
Go to the documentation of this file.
1
2/* Copyright (c) 2018, 2023, Oracle and/or its affiliates.
3
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; version 2 of the License.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License
14 along with this program; if not, write to the Free Software
15 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
16
17#include <string>
18
19class LO_graph;
20struct MEM_ROOT;
21
22typedef void *yyscan_t;
23
28 const char *m_filename;
30};
Definition: debug_lock_order.cc:1990
void * yyscan_t
Definition: debug_lo_misc.h:20
const std::string FILE("FILE")
Definition: debug_lo_misc.h:24
const char * m_filename
Definition: debug_lo_misc.h:28
MEM_ROOT * m_memroot
Definition: debug_lo_misc.h:26
FILE * m_data
Definition: debug_lo_misc.h:27
LO_graph * m_graph
Definition: debug_lo_misc.h:29
yyscan_t m_scanner
Definition: debug_lo_misc.h:25
The MEM_ROOT is a simple arena, where allocations are carved out of larger blocks.
Definition: my_alloc.h:82