mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
DEBUG_PRINT() has been fixed
This commit is contained in:
parent
a299a27021
commit
afea355bc6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue