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:
@ -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);
|
||||
|
Reference in New Issue
Block a user