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

Method table_flags

sql/ha_sequence.cc:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311*/
312
313handler::Table_flags ha_sequence::table_flags() const
314{
315 DBUG_ENTER("ha_sequence::table_flags");
316 DBUG_RETURN((file->table_flags() & ~SEQUENCE_DISABLED_TABLE_FLAGS) |
317 SEQUENCE_ENABLED_TABLE_FLAGS);
318}
319
320
321int ha_sequence::info(uint flag)

Callers 2

openMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected