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

Method init

sql/sql_window.cc:1671–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1669 {}
1670
1671 void init(READ_RECORD *info) override
1672 {
1673 bound_tracker.init();
1674
1675 cursor.init(info);
1676 peer_tracker.init();
1677 }
1678
1679 void pre_next_partition(ha_rows rownum) override
1680 {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected