Commit a651262a authored by monty@mashka.mysql.fi's avatar monty@mashka.mysql.fi

Merge service name code

parents 24413c7d 0d348eea
...@@ -267,9 +267,9 @@ int main(int argc, char *argv[]) ...@@ -267,9 +267,9 @@ int main(int argc, char *argv[])
puts("got error from mi_extra(HA_EXTRA_NO_CACHE)"); puts("got error from mi_extra(HA_EXTRA_NO_CACHE)");
goto end; goto end;
} }
}
if (key_cacheing) if (key_cacheing)
resize_key_cache(key_cache_size*2); resize_key_cache(key_cache_size*2);
}
if (!silent) if (!silent)
printf("- Delete\n"); printf("- Delete\n");
......
...@@ -669,7 +669,7 @@ static int flush_key_blocks_int(File file, enum flush_type type) ...@@ -669,7 +669,7 @@ static int flush_key_blocks_int(File file, enum flush_type type)
Flush all blocks for a specific file to disk Flush all blocks for a specific file to disk
SYNOPSIS SYNOPSIS
flush_all_key_blocks() flush_key_blocks()
file File descriptor file File descriptor
type Type of flush operation type Type of flush operation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment