Commit b0fe9c2b authored by unknown's avatar unknown

ha_innobase.cc:

  Fix a typo


sql/ha_innobase.cc:
  Fix a typo
parent c1908bae
......@@ -551,7 +551,7 @@ innobase_init(void)
if (!innobase_data_file_path)
{
fprinf(stderr,
fprintf(stderr,
"Cannot initialize InnoDB as 'innodb_data_file_path' is not set.\n"
"If you do not want to use transactional InnoDB tables, add a line\n"
"skip-innodb\n"
......
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