diff options
author | brian@zim.(none) <> | 2005-08-30 11:04:23 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-08-30 11:04:23 -0700 |
commit | bd806f786ea17f197cc8899f36758666e33dfe3f (patch) | |
tree | e8a68db99975a5b74d24d0eba60b2f8a5ecd7c29 /sql/examples | |
parent | 3091eb3fa44f304d9ac48c1a9f8e3296b3d9adfc (diff) | |
download | mariadb-git-bd806f786ea17f197cc8899f36758666e33dfe3f.tar.gz |
Fix for bad merge.
Diffstat (limited to 'sql/examples')
-rw-r--r-- | sql/examples/ha_archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/examples/ha_archive.h b/sql/examples/ha_archive.h index 7e8b9683aa8..e2d8aa49add 100644 --- a/sql/examples/ha_archive.h +++ b/sql/examples/ha_archive.h @@ -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); |