mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -5995,7 +5995,10 @@ public:
|
||||
|
||||
uint tables; /* Number of tables in the sj-nest */
|
||||
|
||||
/* Expected #rows in the materialized table */
|
||||
/* Number of rows in the materialized table, before the de-duplication */
|
||||
double rows_with_duplicates;
|
||||
|
||||
/* Expected #rows in the materialized table, after de-duplication */
|
||||
double rows;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user