diff options
Diffstat (limited to 'storage/connect/table.cpp')
-rw-r--r-- | storage/connect/table.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/connect/table.cpp b/storage/connect/table.cpp index 6eda28cfb14..2d6a6d8dc64 100644 --- a/storage/connect/table.cpp +++ b/storage/connect/table.cpp @@ -557,6 +557,15 @@ bool TDBCAT::InitCol(PGLOBAL g) } // end of InitCol /***********************************************************************/ +/* SetRecpos: Replace the table at the specified position. */ +/***********************************************************************/ +bool TDBCAT::SetRecpos(PGLOBAL g, int recpos) + { + N = recpos - 1; + return false; + } // end of SetRecpos + +/***********************************************************************/ /* Data Base read routine for CAT access method. */ /***********************************************************************/ int TDBCAT::ReadDB(PGLOBAL g) |