MySQL 26.7.0
Source Code Documentation
fil0innodb_pages_persistence_sys_vars_handler.h
Go to the documentation of this file.
1/* Copyright (c) 2023, 2026, Oracle and/or its affiliates.
2
3This program is free software; you can redistribute it and/or modify it under
4the terms of the GNU General Public License, version 2.0, as published by the
5Free Software Foundation.
6
7This program is designed to work with certain software (including
8but not limited to OpenSSL) that is licensed under separate terms,
9as designated in a particular file or component or in included license
10documentation. The authors of MySQL hereby grant you an additional
11permission to link the program and your derivative works with the
12separately licensed software that they have either included with
13the program or referenced in the documentation.
14
15This program is distributed in the hope that it will be useful, but WITHOUT
16ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 2.0,
18for more details.
19
20You should have received a copy of the GNU General Public License along with
21this program; if not, write to the Free Software Foundation, Inc.,
2251 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23*/
24#pragma once
26
27namespace ib::fil {
28
31 [[nodiscard]] bool update_var(THD *thd, std::string_view name,
32 uint64_t new_value) override;
33
34 [[nodiscard]] bool update_var(THD *thd, std::string_view name,
35 bool new_value) override;
36};
37
38} /* namespace ib::fil */
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Definition: ha0sys_var_handler_interface.h:36
Definition: fil0innodb_pages_persistence_sys_vars_handler.h:30
bool update_var(THD *thd, std::string_view name, uint64_t new_value) override
Update the system variable to the new value.
Definition: fil0innodb_pages_persistence_sys_vars_handler.cc:83
Definition: fil0fil.cc:1392
case opt name
Definition: sslopt-case.h:29