1
0
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:
Ruihang Xia
2019-08-30 14:47:12 +08:00
committed by Igor Babaev
parent 95f35bb75d
commit 2707af2dec
2 changed files with 9 additions and 14 deletions

View File

@ -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()
{