MySQL
8.2.0
Source Code Documentation
ibuf0types.h
Go to the documentation of this file.
1
/*****************************************************************************
2
3
Copyright (c) 1997, 2023, Oracle and/or its affiliates.
4
5
This program is free software; you can redistribute it and/or modify it under
6
the terms of the GNU General Public License, version 2.0, as published by the
7
Free Software Foundation.
8
9
This program is also distributed with certain software (including but not
10
limited to OpenSSL) that is licensed under separate terms, as designated in a
11
particular file or component or in included license documentation. The authors
12
of MySQL hereby grant you an additional permission to link the program and
13
your derivative works with the separately licensed software that they have
14
included with MySQL.
15
16
This program is distributed in the hope that it will be useful, but WITHOUT
17
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18
FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 2.0,
19
for more details.
20
21
You should have received a copy of the GNU General Public License along with
22
this program; if not, write to the Free Software Foundation, Inc.,
23
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
25
*****************************************************************************/
26
27
/** @file include/ibuf0types.h
28
Insert buffer global types
29
30
Created 7/29/1997 Heikki Tuuri
31
*******************************************************/
32
33
#ifndef ibuf0types_h
34
#define ibuf0types_h
35
36
/* The insert buffer tree itself is always located in space 0. */
37
#define IBUF_SPACE_ID static_cast<space_id_t>(0)
38
39
struct
ibuf_t
;
40
41
#endif
ibuf_t
Insert buffer struct.
Definition:
ibuf0ibuf.ic:61
storage
innobase
include
ibuf0types.h
Generated by
1.9.2