/ This a fake routine as ROWID does not exist in MySQL. */ /
| 839 | /* This a fake routine as ROWID does not exist in MySQL. */ |
| 840 | /***********************************************************************/ |
| 841 | int 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. */ |