MySQL 8.4.0
Source Code Documentation
tablespaces.h
Go to the documentation of this file.
1/* Copyright (c) 2014, 2024, Oracle and/or its affiliates.
2
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License, version 2.0,
5 as published by the Free Software Foundation.
6
7 This program is designed to work with certain software (including
8 but not limited to OpenSSL) that is licensed under separate terms,
9 as designated in a particular file or component or in included license
10 documentation. The authors of MySQL hereby grant you an additional
11 permission to link the program and your derivative works with the
12 separately licensed software that they have either included with
13 the program or referenced in the documentation.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License, version 2.0, for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
23
24#ifndef DD_TABLES__TABLESPACES_INCLUDED
25#define DD_TABLES__TABLESPACES_INCLUDED
26
27#include <string>
28
30#include "sql/dd/string_type.h"
32
33namespace dd {
34class Global_name_key;
35class Raw_record;
36
37namespace tables {
38
39///////////////////////////////////////////////////////////////////////////
40
42 public:
43 static const Tablespaces &instance();
44
53 NUMBER_OF_FIELDS // Always keep this entry at the end of the enum
54 };
55
57 INDEX_PK_ID = static_cast<uint>(Common_index::PK_ID),
58 INDEX_UK_NAME = static_cast<uint>(Common_index::UK_NAME)
59 };
60
62
64
65 Tablespace *create_entity_object(const Raw_record &) const override;
66
68 const String_type &tablespace_name);
69};
70
71///////////////////////////////////////////////////////////////////////////
72
73} // namespace tables
74} // namespace dd
75
76#endif // DD_TABLES__TABLESPACES_INCLUDED
Definition: entity_object_table_impl.h:46
Definition: object_keys.h:123
Definition: raw_record.h:46
Definition: tablespace.h:56
Definition: tablespaces.h:41
static const Tablespaces & instance()
Definition: tablespaces.cc:37
Tablespace * create_entity_object(const Raw_record &) const override
Definition: tablespaces.cc:82
Tablespaces()
Definition: tablespaces.cc:44
enum_fields
Definition: tablespaces.h:45
@ FIELD_OPTIONS
Definition: tablespaces.h:48
@ FIELD_ENGINE
Definition: tablespaces.h:51
@ FIELD_ID
Definition: tablespaces.h:46
@ FIELD_NAME
Definition: tablespaces.h:47
@ FIELD_SE_PRIVATE_DATA
Definition: tablespaces.h:49
@ FIELD_ENGINE_ATTRIBUTE
Definition: tablespaces.h:52
@ NUMBER_OF_FIELDS
Definition: tablespaces.h:53
@ FIELD_COMMENT
Definition: tablespaces.h:50
enum_indexes
Definition: tablespaces.h:56
@ INDEX_PK_ID
Definition: tablespaces.h:57
@ INDEX_UK_NAME
Definition: tablespaces.h:58
enum_foreign_keys
Definition: tablespaces.h:61
static bool update_object_key(Global_name_key *key, const String_type &tablespace_name)
Definition: tablespaces.cc:88
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
required string key
Definition: replication_asynchronous_connection_failover.proto:60