Skip to content
Permalink
Browse files
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.
  • Loading branch information
montywi committed Mar 14, 2019
1 parent e121a07 commit ebd0eab
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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;

0 comments on commit ebd0eab

Please sign in to comment.