summaryrefslogtreecommitdiff
path: root/myisam/mi_key.c
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-31 03:47:56 +0200
committermonty@mysql.com <>2004-12-31 03:47:56 +0200
commit5e03ebbcad59ec472af59ce9973bfefcddfe056f (patch)
treedd3c89af5e01f80d9172adc65e8df542cd91cb5b /myisam/mi_key.c
parent34d5331cee44cdcb62245779ad486ccbef6bf4c2 (diff)
downloadmariadb-git-5e03ebbcad59ec472af59ce9973bfefcddfe056f.tar.gz
After merge fixes
Cleanup of mi_print_error() handling Deleted 'merge' directory
Diffstat (limited to 'myisam/mi_key.c')
-rw-r--r--myisam/mi_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_key.c b/myisam/mi_key.c
index eaaee617f32..6ac04d562e0 100644
--- a/myisam/mi_key.c
+++ b/myisam/mi_key.c
@@ -477,7 +477,7 @@ int _mi_read_key_record(MI_INFO *info, my_off_t filepos, byte *buf)
{ /* Read only key */
if (_mi_put_key_in_record(info,(uint) info->lastinx,buf))
{
- mi_print_error(info, HA_ERR_CRASHED);
+ mi_print_error(info->s, HA_ERR_CRASHED);
my_errno=HA_ERR_CRASHED;
return -1;
}