mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
(1)mod: counter type from longlong to ha_rows
(2)fix: bug when call create tmp table
This commit is contained in:
@ -5870,7 +5870,7 @@ public:
|
||||
};
|
||||
int send_data(List<Item> &items);
|
||||
void change_select();
|
||||
int unfold_record(longlong cnt);
|
||||
int unfold_record(ha_rows cnt);
|
||||
bool send_eof();
|
||||
bool force_enable_index_if_needed()
|
||||
{
|
||||
|
Reference in New Issue
Block a user