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

Method num_fields

sql/sql_acl.cc:847–847  ·  view source on GitHub ↗

Number of fields for this Grant Table. */

Source from the content-addressed store, hash-verified

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; };

Callers 3

acl_loadFunction · 0.45
replace_user_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected