mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
just tried to find all 'skipp' and replace it with 'skip'.
This commit is contained in:
@ -159,7 +159,7 @@ int mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds, SQL_LIST *order,
|
||||
!thd->net.report_error)
|
||||
{
|
||||
// thd->net.report_error is tested to disallow delete row on error
|
||||
if (!(select && select->skipp_record())&& !thd->net.report_error )
|
||||
if (!(select && select->skip_record())&& !thd->net.report_error )
|
||||
{
|
||||
if (!(error=table->file->delete_row(table->record[0])))
|
||||
{
|
||||
|
Reference in New Issue
Block a user