1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed --no-defaults in mysqltest

This commit is contained in:
monty@donna.mysql.com
2000-12-29 16:06:10 +02:00
parent 38cd62e82a
commit 07b1f0dccd
22 changed files with 385 additions and 67 deletions

View File

@ -65,7 +65,7 @@ int main(int argc, char **argv)
sprintf(key,"%6d",j);
bmove(record+1,key,6);
error=heap_write(file,record);
if (heap_check_heap(file))
if (heap_check_heap(file,0))
{
puts("Heap keys crashed");
goto err;
@ -100,7 +100,7 @@ int main(int argc, char **argv)
if (! error)
deleted++;
}
if (heap_check_heap(file))
if (heap_check_heap(file,0))
{
puts("Heap keys crashed");
goto err;