1
0
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:
ram@gw.mysql.r18.ru
2004-02-02 20:25:39 +04:00
parent 3243678040
commit f231d9826b
29 changed files with 83 additions and 83 deletions

View File

@ -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])))
{