summaryrefslogtreecommitdiff
path: root/storage/myisam/mi_page.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2010-09-11 20:43:48 +0200
committerSergei Golubchik <sergii@pisem.net>2010-09-11 20:43:48 +0200
commitdd2e3dc2ed85799364926e432eddb3f4eb20d2fa (patch)
tree0d72ee69e037cdd09618ddb53652dd1b220890dc /storage/myisam/mi_page.c
parent2b5f744ca48113207e97fd335acd68a61bb5b8a4 (diff)
parent17f3a09477f9c208a9248c8ed26268cb86a35bf0 (diff)
downloadmariadb-git-dd2e3dc2ed85799364926e432eddb3f4eb20d2fa.tar.gz
merge with 5.1
Diffstat (limited to 'storage/myisam/mi_page.c')
-rw-r--r--storage/myisam/mi_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mi_page.c b/storage/myisam/mi_page.c
index 17a5820d768..82acb801c90 100644
--- a/storage/myisam/mi_page.c
+++ b/storage/myisam/mi_page.c
@@ -49,7 +49,7 @@ uchar *_mi_fetch_keypage(register MI_INFO *info, MI_KEYDEF *keyinfo,
{
DBUG_PRINT("error",("page %lu had wrong page length: %u",
(ulong) page, page_size));
- DBUG_DUMP("page",tmp, keyinfo->block_length);
+ DBUG_DUMP("page", tmp, keyinfo->block_length);
info->last_keypage = HA_OFFSET_ERROR;
mi_print_error(info->s, HA_ERR_CRASHED);
my_errno = HA_ERR_CRASHED;