Commit 15b802c2 authored by marko's avatar marko

branches/zip: ha_innobase::create(): Say innodb_row_format=1 instead of

innodb_row_format>0.
parent f7e6f2a9
......@@ -5359,7 +5359,7 @@ ha_innobase::create(
push_warning(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
ER_ILLEGAL_HA_CREATE_OPTION,
"InnoDB: KEY_BLOCK_SIZE"
" requires innodb_file_format>0.");
" requires innodb_file_format=1.");
flags = 0;
}
......
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