1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

(1) fix type error

(2) remove empty "--error ER_PARSE_ERROR"
(3) change three members in class select_unit to protected.
This commit is contained in:
Ruihang Xia
2019-08-28 12:04:02 +08:00
committed by Igor Babaev
parent a896bebfa6
commit 95f35bb75d
4 changed files with 3 additions and 5 deletions

View File

@ -499,7 +499,7 @@ bool select_unit_ext::disable_index_if_needed(SELECT_LEX *curr_sl)
-1 conversion happened
*/
int select_unit_ext::unfold_record(int cnt)
int select_unit_ext::unfold_record(longlong cnt)
{
DBUG_ASSERT(cnt > 0);