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

Method move_to

sql/sql_window.cc:908–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906 }
907
908 void move_to(ha_rows row_number)
909 {
910 if (io_cache)
911 {
912 rownum= row_number;
913 }
914 else
915 {
916 cache_pos= MY_MIN(cache_end, cache_start + row_number * ref_length);
917 DBUG_ASSERT(cache_pos <= cache_end);
918 }
919 }
920
921protected:
922 bool at_eof()

Callers 5

next_partitionMethod · 0.80
pre_next_partitionMethod · 0.80
next_partitionMethod · 0.80
save_positional_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected