Home
last modified time | relevance | path

Searched refs:m_secondary_engine_attribute (Results 1 – 15 of 15) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dindex_impl.cc185 m_secondary_engine_attribute = in restore_attributes()
211 m_secondary_engine_attribute, in store_attributes()
212 m_secondary_engine_attribute.empty()))) { in store_attributes()
253 write(w, m_secondary_engine_attribute, in serialize()
280 read(&m_secondary_engine_attribute, val, "secondary_engine_attribute"); in deserialize()
318 << "m_secondary_engine_attribute: " << m_secondary_engine_attribute << "; " in debug_print()
403 m_secondary_engine_attribute(src.m_secondary_engine_attribute), in Index_impl()
H A Dcolumn_impl.cc240 m_secondary_engine_attribute = in restore_attributes()
280 m_secondary_engine_attribute, in store_attributes()
281 m_secondary_engine_attribute.empty()))) { in store_attributes()
371 write(w, m_secondary_engine_attribute, in serialize()
414 read(&m_secondary_engine_attribute, val, "secondary_engine_attribute"); in deserialize()
474 << "m_secondary_engine_attribute: " << m_secondary_engine_attribute << "; " in debug_print()
544 m_secondary_engine_attribute(src.m_secondary_engine_attribute), in Column_impl()
H A Dindex_impl.h221 return lex_cstring_handle(m_secondary_engine_attribute); in secondary_engine_attribute()
224 m_secondary_engine_attribute.assign(a.str, a.length); in set_secondary_engine_attribute()
280 String_type m_secondary_engine_attribute; variable
H A Dtable_impl.cc436 m_secondary_engine_attribute = in restore_attributes()
502 m_secondary_engine_attribute, in store_attributes()
503 m_secondary_engine_attribute.empty()))) { in store_attributes()
556 write(w, m_secondary_engine_attribute, in serialize()
594 read(&m_secondary_engine_attribute, val, "secondary_engine_attribute"); in deserialize()
650 << "m_secondary_engine_attribute: " << m_secondary_engine_attribute << "; " in debug_print()
1035 m_secondary_engine_attribute(src.m_secondary_engine_attribute),
H A Dcolumn_impl.h398 return lex_cstring_handle(m_secondary_engine_attribute); in secondary_engine_attribute()
402 m_secondary_engine_attribute.assign(a.str, a.length); in set_secondary_engine_attribute()
525 String_type m_secondary_engine_attribute; variable
H A Dtable_impl.h228 return lex_cstring_handle(m_secondary_engine_attribute); in secondary_engine_attribute()
232 m_secondary_engine_attribute.assign(a.str, a.length); in set_secondary_engine_attribute()
557 dd::String_type m_secondary_engine_attribute; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dcreate_field.h182 LEX_CSTRING m_secondary_engine_attribute = EMPTY_CSTR; variable
H A Dkey_spec.h84 LEX_CSTRING m_secondary_engine_attribute = EMPTY_CSTR; variable
H A Dcreate_field.cc83 m_secondary_engine_attribute(old_field->m_secondary_engine_attribute), in Create_field()
H A Dparse_tree_nodes.cc3713 cf->m_secondary_engine_attribute = a; in make_column_secondary_engine_attribute()
3755 pc->key_create_info->m_secondary_engine_attribute = a; in make_index_secondary_engine_attribute()
H A Ddd_table_share.cc1107 reg_field->m_secondary_engine_attribute = LexStringDupRootUnlessEmpty( in fill_column_from_dd()
H A Dsql_show.cc1476 if (field->m_secondary_engine_attribute.length) { in store_create_info()
1478 packet->append(field->m_secondary_engine_attribute); in store_create_info()
H A Dfield.h879 LEX_CSTRING m_secondary_engine_attribute = EMPTY_CSTR; variable
H A Dsql_table.cc7077 key->key_create_info.m_secondary_engine_attribute; in prepare_key()
14487 key_create_info.m_secondary_engine_attribute = in prepare_fields_and_keys()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/
H A Ddd_table.cc769 col_obj->set_secondary_engine_attribute(field.m_secondary_engine_attribute); in fill_dd_columns_from_create_fields()