| 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; } |
no outgoing calls
no test coverage detected