summaryrefslogtreecommitdiff
path: root/storage/archive
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-05 16:08:58 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-01 23:38:26 +0200
commit74a552d5dc74fb54bc9256887cd957a3754bb70c (patch)
treef6d8499beb7b7f5d8317123e214716b5a5d19252 /storage/archive
parentfe0ff580009a5d5bdb853224568a7eaaf147f060 (diff)
downloadmariadb-git-74a552d5dc74fb54bc9256887cd957a3754bb70c.tar.gz
cleanup: remove table->status from some engines
from engines that we don't need to merge from a third-party repository on a regular basis
Diffstat (limited to 'storage/archive')
-rw-r--r--storage/archive/ha_archive.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/archive/ha_archive.cc b/storage/archive/ha_archive.cc
index 6c308e7eef1..6a866491d7c 100644
--- a/storage/archive/ha_archive.cc
+++ b/storage/archive/ha_archive.cc
@@ -1376,8 +1376,6 @@ int ha_archive::rnd_next(uchar *buf)
current_position= aztell(&archive);
rc= get_row(&archive, buf);
- table->status=rc ? STATUS_NOT_FOUND: 0;
-
end:
DBUG_RETURN(rc);
}