mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
bug#8151 - truncate leaves a transaction open
deadlock in MYSQL_LOG::new_file() style fixes
This commit is contained in:
@@ -4256,8 +4256,6 @@ ha_innobase::delete_all_rows(void)
|
||||
goto fallback;
|
||||
}
|
||||
|
||||
innobase_commit(thd, 1);
|
||||
|
||||
error = convert_error_code_to_mysql(error, NULL);
|
||||
|
||||
DBUG_RETURN(error);
|
||||
|
Reference in New Issue
Block a user