1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed BUG#4905: Stored procedure doesn't clear for "Rows affected".

This commit is contained in:
pem@mysql.comhem.se
2004-09-29 18:55:05 +02:00
parent 350dc64c8f
commit f3a0ba3515
3 changed files with 56 additions and 0 deletions

View File

@@ -3724,6 +3724,7 @@ purposes internal to the MySQL server", MYF(0));
select_limit= thd->variables.select_limit;
thd->variables.select_limit= HA_POS_ERROR;
thd->row_count_func= 0;
res= sp->execute_procedure(thd, &lex->value_list);
thd->variables.select_limit= select_limit;