mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
merged
This commit is contained in:
@@ -2740,7 +2740,7 @@ unsent_create_error:
|
||||
send_error(thd,ER_LOCK_OR_ACTIVE_TRANSACTION,NullS);
|
||||
goto error;
|
||||
}
|
||||
res=mysql_truncate(thd,tables);
|
||||
res=mysql_truncate(thd, tables, 0);
|
||||
break;
|
||||
case SQLCOM_DELETE:
|
||||
{
|
||||
|
Reference in New Issue
Block a user