1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

quick fix for found row counter

code cleunup
This commit is contained in:
bell@laptop.sanja.is.com.ua
2003-08-20 21:57:37 +03:00
parent 11af1f3c9c
commit 811ed77e5f
3 changed files with 17 additions and 12 deletions

View File

@ -423,7 +423,7 @@ int mysql_multi_update(THD *thd,
DBUG_RETURN(res);
fix_tables_pointers(thd->lex.all_selects_list);
thd->select_limit=HA_POS_ERROR;
select_lex->select_limit= HA_POS_ERROR;
if (setup_fields(thd, 0, table_list, *fields, 1, 0, 0))
DBUG_RETURN(-1);