Number of fields for this Grant Table. */
| 845 | public: |
| 846 | /* Number of fields for this Grant Table. */ |
| 847 | uint num_fields() const { return m_table->s->fields; } |
| 848 | /* Check if the table exists after an attempt to open it was made. |
| 849 | Some tables, such as the host table in MySQL 5.6.7+ are missing. */ |
| 850 | bool table_exists() const { return m_table; }; |
no outgoing calls
no test coverage detected