1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

wl1873 impl + test prg

This commit is contained in:
joreland@mysql.com
2004-06-18 23:20:58 +02:00
parent fcc8d9346f
commit b6a16107fd
5 changed files with 197 additions and 2 deletions

View File

@ -96,6 +96,11 @@ public:
*/
void close();
/**
* Restart
*/
int restart();
/**
* Transfer scan operation to an updating transaction. Use this function
* when a scan has found a record that you want to update.