Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ init
Method
init
sql/sql_window.cc:1574–1578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1572
}
1573
1574
void init(READ_RECORD *info) override
1575
{
1576
cursor.init(info);
1577
peer_tracker.init();
1578
}
1579
1580
void pre_next_partition(ha_rows rownum) override
1581
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected