Commit 28696843 authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

ha_innobase.cc:

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