mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -1638,6 +1638,12 @@ static const LEX_CSTRING maturity_name[] =
|
||||
{ STRING_WITH_LEN("Stable") }
|
||||
};
|
||||
|
||||
/*
|
||||
Type of singletons based on the type of the remote database.
|
||||
|
||||
All such singletons are stored in the array `spider_dbton', see
|
||||
`spider_db_init()'.
|
||||
*/
|
||||
typedef struct st_spider_dbton
|
||||
{
|
||||
uint dbton_id;
|
||||
|
Reference in New Issue
Block a user