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

Method init

sql/sql_window.cc:1010–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008 bound_tracker(thd, partition_list) {}
1009
1010 void init(READ_RECORD *info)
1011 {
1012 Table_read_cursor::init(info);
1013 bound_tracker.init();
1014 end_of_partition= false;
1015 }
1016
1017 /*
1018 Informs the cursor that we need to move into the next partition.

Callers

nothing calls this directly

Calls 2

initFunction · 0.50
initMethod · 0.45

Tested by

no test coverage detected