mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
MDEV-20060: Remove bogus unit from error message
This commit is contained in:
parent
f25e9aa4ba
commit
f13471c9fe
1 changed files with 1 additions and 1 deletions
|
|
@ -1856,7 +1856,7 @@ innobase_start_or_create_for_mysql()
|
|||
/* Log group size is limited by the size of page number. Remove this
|
||||
limitation when fil_io() is not used for recovery log io. */
|
||||
ib::error() << "Combined size of log files must be < "
|
||||
<< log_group_max_size << " GB";
|
||||
<< log_group_max_size;
|
||||
|
||||
return(srv_init_abort(DB_ERROR));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue