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:
@ -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;
|
||||
|
Reference in New Issue
Block a user