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

Method write_unlock

sql/sql_sequence.cc:602–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 ((ha_sequence*) table->file)->write_lock();
601}
602void SEQUENCE::write_unlock(TABLE *table)
603{
604 ((ha_sequence*) table->file)->unlock();
605 mysql_rwlock_unlock(&mutex);
606}
607void SEQUENCE::read_lock(TABLE *table)
608{
609 if (!((ha_sequence*) table->file)->is_locked())

Callers 2

executeMethod · 0.45
write_rowMethod · 0.45

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected