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

Fix for few PROCEDURE bugs ...

This commit is contained in:
unknown
2002-12-05 21:51:22 +02:00
parent 47fb31aa46
commit c5e377e0cd
4 changed files with 69 additions and 1 deletions

View File

@ -733,6 +733,8 @@ JOIN::exec()
HA_POS_ERROR : unit->select_limit_cnt,
0))))
order=0;
if (procedure)
(void)result->prepare(fields_list, unit);
select_describe(this, need_tmp,
order != 0 && !skip_sort_order,
select_distinct);