Commit 1119e844 authored by unknown's avatar unknown

ha_innobase.cc:

  Fix a typo


sql/ha_innobase.cc:
  Fix a typo
parent efc69ba2
...@@ -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