mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
This commit is contained in:
@ -117,7 +117,7 @@ static int check_one_rb_key(HP_INFO *info, uint keynr, ulong records,
|
|||||||
{
|
{
|
||||||
error= 1;
|
error= 1;
|
||||||
DBUG_PRINT("error",("Record in wrong link: Link %d Record: %lx\n",
|
DBUG_PRINT("error",("Record in wrong link: Link %d Record: %lx\n",
|
||||||
link, recpos));
|
key, recpos));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -130,7 +130,7 @@ static int check_one_rb_key(HP_INFO *info, uint keynr, ulong records,
|
|||||||
}
|
}
|
||||||
if (found != records)
|
if (found != records)
|
||||||
{
|
{
|
||||||
DBUG_PRINT("error",("Found %ld of %ld records"));
|
DBUG_PRINT("error",("Found %ld of %ld records", found, records));
|
||||||
error= 1;
|
error= 1;
|
||||||
}
|
}
|
||||||
if (print_status)
|
if (print_status)
|
||||||
|
Reference in New Issue
Block a user