mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Always use all arguments for ddl_log_write_execute_entry()
Remove not anymore used bool ddl_log_write_execute_entry(uint first_entry, DDL_LOG_MEMORY_ENTRY **active_entry) Simple transformations, no logic changes.
This commit is contained in:
@@ -264,12 +264,6 @@ bool ddl_log_write_entry(DDL_LOG_ENTRY *ddl_log_entry,
|
||||
|
||||
bool ddl_log_write_execute_entry(uint first_entry, uint cond_entry,
|
||||
DDL_LOG_MEMORY_ENTRY** active_entry);
|
||||
inline
|
||||
bool ddl_log_write_execute_entry(uint first_entry,
|
||||
DDL_LOG_MEMORY_ENTRY **active_entry)
|
||||
{
|
||||
return ddl_log_write_execute_entry(first_entry, 0, active_entry);
|
||||
}
|
||||
bool ddl_log_disable_execute_entry(DDL_LOG_MEMORY_ENTRY **active_entry);
|
||||
|
||||
void ddl_log_complete(DDL_LOG_STATE *ddl_log_state);
|
||||
|
Reference in New Issue
Block a user