1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix for bad merge.

This commit is contained in:
brian@zim.(none)
2005-08-30 11:04:23 -07:00
parent 3091eb3fa4
commit bd806f786e
3 changed files with 33 additions and 39 deletions

View File

@@ -78,7 +78,7 @@ public:
int close(void);
int write_row(byte * buf);
int real_write_row(byte *buf, gzFile writer);
int delete_row(const byte * buf);
int delete_all_rows();
int rnd_init(bool scan=1);
int rnd_next(byte *buf);
int rnd_pos(byte * buf, byte *pos);