1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

keep old engine & JOIN if we changed subquery Item (Bug #3646)

This commit is contained in:
bell@sanja.is.com.ua
2004-05-07 23:06:11 +03:00
parent 5c4f83bbd9
commit d2fa79b291
11 changed files with 291 additions and 20 deletions

View File

@ -304,6 +304,7 @@ class JOIN :public Sql_alloc
return (do_send_rows && tmp_table_param.sum_func_count != 0 &&
!group_list);
}
int change_result(select_result *result);
};