mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Removing warning from Aria recovery
The warning was removed as this is a common case that happens if the table was dropped and later created during the same checkpoint or if there was a bulk insert done on an empty table.
This commit is contained in:
parent
e121a078bf
commit
ebd0eab5a3
1 changed files with 0 additions and 1 deletions
|
@ -1420,7 +1420,6 @@ static int new_table(uint16 sid, const char *name, LSN lsn_of_file_id)
|
|||
" LOGREC_FILE_ID's LSN " LSN_FMT ", ignoring open request",
|
||||
LSN_IN_PARTS(share->state.create_rename_lsn),
|
||||
LSN_IN_PARTS(lsn_of_file_id));
|
||||
eprint(tracef, "\n***WARNING: '%s' may be crashed", name);
|
||||
recovery_warnings++;
|
||||
error= -1;
|
||||
goto end;
|
||||
|
|
Loading…
Reference in a new issue