diff options
author | serg@serg.mysql.com <> | 2002-10-14 14:50:43 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-10-14 14:50:43 +0000 |
commit | 91c8660c5adaef78f50431a72719b2240be7ed13 (patch) | |
tree | f7298852f0b9fa895b6ac2a04fb5eb9ce731e37a /heap | |
parent | 784aeed98b1ac3358fd7e649662ca4e5ea12ab42 (diff) | |
parent | f1746fc26aac00d88023395cc1c955b75d7bcbba (diff) | |
download | mariadb-git-91c8660c5adaef78f50431a72719b2240be7ed13.tar.gz |
Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'heap')
-rw-r--r-- | heap/_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heap/_check.c b/heap/_check.c index 3b2fc9afad9..fcc40a5413d 100644 --- a/heap/_check.c +++ b/heap/_check.c @@ -117,7 +117,7 @@ static int check_one_rb_key(HP_INFO *info, uint keynr, ulong records, { error= 1; DBUG_PRINT("error",("Record in wrong link: Link %d Record: %lx\n", - link, recpos)); + key, recpos)); } else { @@ -130,7 +130,7 @@ static int check_one_rb_key(HP_INFO *info, uint keynr, ulong records, } if (found != records) { - DBUG_PRINT("error",("Found %ld of %ld records")); + DBUG_PRINT("error",("Found %ld of %ld records", found, records)); error= 1; } if (print_status) |