Commit b8944e89 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a sign mismatch

parent 6319c0b5
......@@ -2408,7 +2408,7 @@ innobase_start_or_create_for_mysql()
? LOG_HEADER_FORMAT_10_2
| LOG_HEADER_FORMAT_ENCRYPTED
: LOG_HEADER_FORMAT_10_2))
&& log_sys->log.subformat == srv_safe_truncate) {
&& log_sys->log.subformat == !!srv_safe_truncate) {
/* No need to add or remove encryption,
upgrade, downgrade, or resize. */
} else {
......
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