MySQL 8.3.0
Source Code Documentation
sql_join_buffer.h
Go to the documentation of this file.
1#ifndef SQL_JOIN_CACHE_INCLUDED
2#define SQL_JOIN_CACHE_INCLUDED
3
4/* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License, version 2.0,
8 as published by the Free Software Foundation.
9
10 This program is also distributed with certain software (including
11 but not limited to OpenSSL) that is licensed under separate terms,
12 as designated in a particular file or component or in included license
13 documentation. The authors of MySQL hereby grant you an additional
14 permission to link the program and your derivative works with the
15 separately licensed software that they have included with MySQL.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License, version 2.0, for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
25
27 public:
28 /** Bits describing cache's type @sa setup_join_buffering() */
30};
31
32#endif /* SQL_JOIN_CACHE_INCLUDED */
Definition: sql_join_buffer.h:26
enum_join_cache_type
Bits describing cache's type.
Definition: sql_join_buffer.h:29
@ ALG_BKA
Definition: sql_join_buffer.h:29
@ ALG_NONE
Definition: sql_join_buffer.h:29
@ ALG_BNL
Definition: sql_join_buffer.h:29