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

Method pending_ops

sql/sql_class.h:3260–3263  ·  view source on GitHub ↗

This is used for "dirty" reading pending ops, when dirty read is OK. */

Source from the content-addressed store, hash-verified

3258 when dirty read is OK.
3259 */
3260 int pending_ops()
3261 {
3262 return m_pending_ops;
3263 }
3264
3265 /* Wait for pending operations to finish.*/
3266 void wait_for_pending_ops()

Callers 2

do_commandFunction · 0.80
sql_parse.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected