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

Method RowNumber

storage/connect/tabmul.cpp:363–367  ·  view source on GitHub ↗

/ Returns RowId if b is false or Rownum if b is true. */ /

Source from the content-addressed store, hash-verified

361/* Returns RowId if b is false or Rownum if b is true. */
362/***********************************************************************/
363int TDBMUL::RowNumber(PGLOBAL g, bool b)
364 {
365 return ((b) ? 0 : Rows)
366 + ((iFile < NumFiles) ? Tdbp->RowNumber(g, b) : 1);
367 } // end of RowNumber
368
369/***********************************************************************/
370/* MUL Access Method opening routine. */

Callers 1

ReadDBMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected