Home
last modified time | relevance | path

Searched refs:Raw_record (Results 1 – 25 of 107) sorted by relevance

12345

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/raw/
H A Draw_record.cc47 Raw_record::Raw_record(TABLE *table) : m_table(table) { in Raw_record() function in dd::Raw_record
60 bool Raw_record::update() { in update()
97 bool Raw_record::drop() { in drop()
112 Field *Raw_record::field(int field_no) const { in field()
141 void Raw_record::set_null(int field_no, bool is_null) { in set_null()
223 bool Raw_record::is_null(int field_no) const { in is_null()
229 longlong Raw_record::read_int(int field_no) const { in read_int()
235 ulonglong Raw_record::read_uint(int field_no) const { in read_uint()
241 String_type Raw_record::read_str(int field_no) const { in read_str()
252 Object_id Raw_record::read_ref_id(int field_no) const { in read_ref_id()
[all …]
H A Draw_record_set.h40 class Raw_record_set : private Raw_record {
44 Raw_record *current_record() { return m_current_record; } in current_record()
46 bool next(Raw_record *&r);
51 : Raw_record(table), m_key(key), m_current_record(nullptr) {} in Raw_record_set()
61 Raw_record *m_current_record;
H A Draw_table.h38 class Raw_record; variable
55 bool find_record(const Object_key &key, std::unique_ptr<Raw_record> &r);
57 bool find_last_record(const Object_key &key, std::unique_ptr<Raw_record> &r);
60 std::unique_ptr<Raw_record> &r);
H A Draw_table.cc65 std::unique_ptr<Raw_record> &r) { in find_record()
98 r.reset(new Raw_record(table)); in find_record()
115 std::unique_ptr<Raw_record> &r) { in prepare_record_for_update()
184 std::unique_ptr<Raw_record> &r) { in find_last_record()
217 r.reset(new Raw_record(table)); in find_last_record()
H A Draw_record.h53 class Raw_record {
55 Raw_record(TABLE *table);
148 class Raw_new_record : public Raw_record {
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dentity_object_impl.cc67 void Entity_object_impl::restore_id(const Raw_record &r, int field_idx) { in restore_id()
74 void Entity_object_impl::restore_name(const Raw_record &r, int field_idx) { in restore_name()
79 bool Entity_object_impl::store_id(Raw_record *r, int field_idx) { in store_id()
85 bool Entity_object_impl::store_name(Raw_record *r, int field_idx, in store_name()
92 bool Entity_object_impl::store_name(Raw_record *r, int field_idx) { in store_name()
H A Dentity_object_impl.h81 void restore_id(const Raw_record &r, int field_idx);
82 void restore_name(const Raw_record &r, int field_idx);
84 bool store_id(Raw_record *r, int field_idx);
85 bool store_name(Raw_record *r, int field_idx);
86 bool store_name(Raw_record *r, int field_idx, bool is_null);
H A Dweak_object_impl.h39 class Raw_record; variable
62 virtual bool restore_attributes(const Raw_record &r) = 0;
64 virtual bool store_attributes(Raw_record *r) = 0;
H A Dtablespace_impl.cc155 bool Tablespace_impl::restore_attributes(const Raw_record &r) { in restore_attributes()
178 bool Tablespace_impl::store_attributes(Raw_record *r) { in store_attributes()
371 Raw_record *r = rs->current_record(); in select_clos_where_key_matches()
423 [&partids](Raw_record *r) { in fetch_tablespace_table_refs()
439 [&tblids](Raw_record *r) { in fetch_tablespace_table_refs()
452 [&tblids](Raw_record *r) { in fetch_tablespace_table_refs()
464 [&tblids](Raw_record *r) { in fetch_tablespace_table_refs()
477 [&tblrefs, &tid](Raw_record *r) { in fetch_tablespace_table_refs()
496 [&tblrefs](Raw_record *r) { in fetch_tablespace_table_refs()
511 [&tref](Raw_record *r) { in fetch_tablespace_table_refs()
H A Dparameter_type_element_impl.h42 class Raw_record; variable
67 virtual bool store_attributes(Raw_record *r);
69 virtual bool restore_attributes(const Raw_record &r);
H A Dcharset_impl.h42 class Raw_record; variable
60 virtual bool restore_attributes(const Raw_record &r);
62 virtual bool store_attributes(Raw_record *r);
H A Dcolumn_type_element_impl.h43 class Raw_record; variable
70 virtual bool store_attributes(Raw_record *r);
72 virtual bool restore_attributes(const Raw_record &r);
H A Dforeign_key_element_impl.h45 class Raw_record; variable
73 virtual bool restore_attributes(const Raw_record &r);
75 virtual bool store_attributes(Raw_record *r);
H A Dentity_object_table_impl.cc37 class Raw_record;
51 Open_dictionary_tables_ctx *otx, const Raw_record &record, in restore_object_from_record()
H A Dpartition_index_impl.h49 class Raw_record; variable
72 virtual bool restore_attributes(const Raw_record &r);
74 virtual bool store_attributes(Raw_record *r);
H A Dindex_element_impl.h45 class Raw_record; variable
80 virtual bool store_attributes(Raw_record *r);
82 virtual bool restore_attributes(const Raw_record &r);
H A Dcolumn_statistics_impl.h48 class Raw_record; variable
85 bool store_attributes(Raw_record *r) override;
87 bool restore_attributes(const Raw_record &r) override;
H A Dpartition_value_impl.h44 class Raw_record; variable
76 virtual bool store_attributes(Raw_record *r);
78 virtual bool restore_attributes(const Raw_record &r);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/types/
H A Dentity_object_table.h34 class Raw_record; variable
53 const Raw_record &record) const = 0;
56 const Raw_record &record,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/tables/
H A Dtablespaces.h34 class Raw_record; variable
64 virtual Tablespace *create_entity_object(const Raw_record &) const;
H A Dtable_stats.h38 class Raw_record; variable
71 virtual Table_stat *create_entity_object(const Raw_record &) const { in create_entity_object() argument
H A Dresource_groups.h36 class Raw_record; variable
66 Resource_group *create_entity_object(const Raw_record &) const override { in create_entity_object() argument
H A Dindex_stats.h36 class Raw_record; variable
62 virtual Index_stat *create_entity_object(const Raw_record &) const { in create_entity_object() argument
H A Dcollations.h36 class Raw_record; variable
71 virtual Collation *create_entity_object(const Raw_record &) const;
H A Dcharacter_sets.h36 class Raw_record; variable
73 virtual Charset *create_entity_object(const Raw_record &) const;

12345