mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
The changes to galera.galear_var_replicate_myisam_on in commitd9b933bec6
are omitted due to conflicts with commit27d66d644c
.
This commit is contained in:
@ -121,11 +121,13 @@ public:
|
||||
*/
|
||||
enum explain_connection_type connection_type;
|
||||
|
||||
protected:
|
||||
/*
|
||||
A node may have children nodes. When a node's explain structure is
|
||||
created, children nodes may not yet have QPFs. This is why we store ids.
|
||||
*/
|
||||
Dynamic_array<int> children;
|
||||
public:
|
||||
void add_child(int select_no)
|
||||
{
|
||||
children.append(select_no);
|
||||
|
Reference in New Issue
Block a user