diff options
author | unknown <brian@zim.(none)> | 2005-08-30 11:04:23 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2005-08-30 11:04:23 -0700 |
commit | 98a0f14dd95933a29b78e54c49ff73d2a391ccad (patch) | |
tree | e8a68db99975a5b74d24d0eba60b2f8a5ecd7c29 /sql/examples | |
parent | 489e0f3bf8e0ea9e26c82178f6b54d95ef0cf7a4 (diff) | |
download | mariadb-git-98a0f14dd95933a29b78e54c49ff73d2a391ccad.tar.gz |
Fix for bad merge.
mysql-test/r/archive.result:
Updated result file
mysql-test/t/archive.test:
Test fix. The INSERT DELAYED test must always come last.
sql/examples/ha_archive.h:
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); |