File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2484,11 +2484,11 @@ bool ddl_log_write_entry(DDL_LOG_ENTRY *ddl_log_entry,
2484
2484
2485
2485
if (unlikely (write_ddl_log_file_entry ((*active_entry)->entry_pos )))
2486
2486
{
2487
+ sql_print_error (" DDL_LOG: Failed to write entry %u" ,
2488
+ (*active_entry)->entry_pos );
2487
2489
ddl_log_release_memory_entry (*active_entry);
2488
2490
*active_entry= 0 ;
2489
2491
error= TRUE ;
2490
- sql_print_error (" DDL_LOG: Failed to write entry %u" ,
2491
- (*active_entry)->entry_pos );
2492
2492
}
2493
2493
DBUG_RETURN (error);
2494
2494
}
@@ -2545,13 +2545,13 @@ bool ddl_log_write_execute_entry(uint first_entry,
2545
2545
}
2546
2546
if (write_ddl_log_file_entry ((*active_entry)->entry_pos ))
2547
2547
{
2548
+ sql_print_error (" DDL_LOG: Error writing execute entry %u" ,
2549
+ (*active_entry)->entry_pos );
2548
2550
if (got_free_entry)
2549
2551
{
2550
2552
ddl_log_release_memory_entry (*active_entry);
2551
2553
*active_entry= 0 ;
2552
2554
}
2553
- sql_print_error (" DDL_LOG: Error writing execute entry %u" ,
2554
- (*active_entry)->entry_pos );
2555
2555
DBUG_RETURN (TRUE );
2556
2556
}
2557
2557
(void ) ddl_log_sync_no_lock ();
You can’t perform that action at this time.
0 commit comments