MDEV-20060: Remove bogus unit from error message
This commit is contained in:
parent
f25e9aa4ba
commit
f13471c9fe
@ -1856,7 +1856,7 @@ innobase_start_or_create_for_mysql()
|
|||||||
/* Log group size is limited by the size of page number. Remove this
|
/* Log group size is limited by the size of page number. Remove this
|
||||||
limitation when fil_io() is not used for recovery log io. */
|
limitation when fil_io() is not used for recovery log io. */
|
||||||
ib::error() << "Combined size of log files must be < "
|
ib::error() << "Combined size of log files must be < "
|
||||||
<< log_group_max_size << " GB";
|
<< log_group_max_size;
|
||||||
|
|
||||||
return(srv_init_abort(DB_ERROR));
|
return(srv_init_abort(DB_ERROR));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user