Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ current_active_stmt
Method
current_active_stmt
sql/sql_class.cc:4410–4413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4408
*/
4409
4410
active_dml_stmt Statement::current_active_stmt()
4411
{
4412
return *m_running_stmts.back();
4413
}
4414
4415
4416
/**
Callers
1
val_bool
Method · 0.80
Calls
1
back
Method · 0.45
Tested by
no test coverage detected