MCPcopy Create free account
hub / github.com/MariaDB/server / default_column_bitmaps

Method default_column_bitmaps

sql/table.h:1759–1764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757 }
1758 inline void use_all_stored_columns();
1759 inline void default_column_bitmaps()
1760 {
1761 read_set= &def_read_set;
1762 write_set= &def_write_set;
1763 rpl_write_set= 0;
1764 }
1765 /** Should this instance of the table be reopened? */
1766 inline bool needs_reopen()
1767 { return !db_stat || m_needs_reopen; }

Callers 6

ha_resetMethod · 0.80
open_table_from_shareFunction · 0.80
copy_data_between_tablesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected