summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2010-11-09 09:52:22 +0200
committerSergey Petrunya <psergey@askmonty.org>2010-11-09 09:52:22 +0200
commit1df6a5a10513291aaaaa946db69550f60c99faf3 (patch)
tree358b00e1c6e3d01134313ebb2c861266dc591049
parent09dd1aea99c79981fb656c9a63f654491b0e1760 (diff)
downloadmariadb-git-1df6a5a10513291aaaaa946db69550f60c99faf3.tar.gz
Fix buildbot failure introduced by the previous push
-rw-r--r--storage/myisam/mi_open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/myisam/mi_open.c b/storage/myisam/mi_open.c
index bea95ead7f9..c40f894b14d 100644
--- a/storage/myisam/mi_open.c
+++ b/storage/myisam/mi_open.c
@@ -682,7 +682,6 @@ err:
if ((save_errno == HA_ERR_CRASHED) ||
(save_errno == HA_ERR_CRASHED_ON_USAGE) ||
(save_errno == HA_ERR_CRASHED_ON_REPAIR))
- rec_per_key_part= 0;
mi_report_error(save_errno, name);
switch (errpos) {
case 6: