mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
After ut_print_timestamp(), always display " InnoDB:" (note two spaces).
This commit is contained in:
parent
a0c5d2fdfa
commit
7acf3b8f5d
3 changed files with 4 additions and 4 deletions
|
@ -2563,7 +2563,7 @@ fil_reset_too_high_lsns(
|
|||
|
||||
ut_print_timestamp(stderr);
|
||||
fprintf(stderr,
|
||||
" InnoDB: Flush lsn in the tablespace file %lu to be imported\n"
|
||||
" InnoDB: Flush lsn in the tablespace file %lu to be imported\n"
|
||||
"InnoDB: is %lu %lu, which exceeds current system lsn %lu %lu.\n"
|
||||
"InnoDB: We reset the lsn's in the file ",
|
||||
(ulong) space_id,
|
||||
|
|
|
@ -3657,8 +3657,8 @@ end:
|
|||
trx_general_rollback_for_mysql(trx, FALSE, NULL);
|
||||
trx->error_state = DB_SUCCESS;
|
||||
ut_print_timestamp(stderr);
|
||||
fputs(" InnoDB: Error in table rename, cannot rename ",
|
||||
stderr);
|
||||
fputs(
|
||||
" InnoDB: Error in table rename, cannot rename ", stderr);
|
||||
ut_print_name(stderr, trx, TRUE, old_name);
|
||||
fputs(" to ", stderr);
|
||||
ut_print_name(stderr, trx, TRUE, new_name);
|
||||
|
|
|
@ -42,7 +42,7 @@ ut_dbg_assertion_failed(
|
|||
{
|
||||
ut_print_timestamp(stderr);
|
||||
fprintf(stderr,
|
||||
" InnoDB: Assertion failure in thread %lu"
|
||||
" InnoDB: Assertion failure in thread %lu"
|
||||
" in file %s line %lu\n",
|
||||
os_thread_pf(os_thread_get_curr_id()), file, line);
|
||||
if (expr) {
|
||||
|
|
Loading…
Add table
Reference in a new issue