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

Method RowNumber

storage/connect/tabmysql.cpp:841–844  ·  view source on GitHub ↗

/ This a fake routine as ROWID does not exist in MySQL. */ /

Source from the content-addressed store, hash-verified

839/* This a fake routine as ROWID does not exist in MySQL. */
840/***********************************************************************/
841int TDBMYSQL::RowNumber(PGLOBAL, bool)
842 {
843 return N + 1;
844 } // end of RowNumber
845
846/***********************************************************************/
847/* Return 0 in mode UPDATE to tell that the update is done. */

Callers 1

ReadColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected