mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-7674: ANALYZE shows r_rows=0
Change r_rows to be double
This commit is contained in:
@@ -2454,8 +2454,7 @@ void THD::make_explain_field_list(List<Item> &field_list, uint8 explain_flags,
|
||||
MYSQL_TYPE_LONGLONG));
|
||||
if (is_analyze)
|
||||
{
|
||||
field_list.push_back(item= new Item_return_int("r_rows", 10,
|
||||
MYSQL_TYPE_LONGLONG));
|
||||
field_list.push_back(item= new Item_float("r_rows", 0.1234, 10, 4));
|
||||
item->maybe_null=1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user