mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BUG#13126: Post-review fixes: better comments, some function renaming.
sql/mysql_priv.h: BUG#13126: Post-review fixes: better comments
This commit is contained in:
@ -45,8 +45,9 @@ typedef ulonglong table_map; /* Used for table bits in join */
|
||||
typedef Bitmap<64> key_map; /* Used for finding keys */
|
||||
typedef ulong key_part_map; /* Used for finding key parts */
|
||||
/*
|
||||
Used for nested join bits within a scope of a join (applicable to non-unary
|
||||
nested joins that have not been simplified away)
|
||||
Used to identify NESTED_JOIN structures within a join (applicable only to
|
||||
structures that have not been simplified away and embed more the one
|
||||
element)
|
||||
*/
|
||||
typedef ulonglong nested_join_map;
|
||||
|
||||
|
Reference in New Issue
Block a user