Commit c2ecefe6 authored by mmakela's avatar mmakela

branches/zip: innobase_init(): Correct the error message

about wrong innodb_change_buffering value.  Reported by Ranger.
parent 3124fbad
...@@ -2135,7 +2135,7 @@ mem_free_and_error: ...@@ -2135,7 +2135,7 @@ mem_free_and_error:
} }
sql_print_error("InnoDB: invalid value " sql_print_error("InnoDB: invalid value "
"innodb_file_format_check=%s", "innodb_change_buffering=%s",
innobase_change_buffering); innobase_change_buffering);
goto mem_free_and_error; goto mem_free_and_error;
} }
......
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