1
0
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:
unknown
2005-11-01 08:36:49 +03:00
parent 2b7f5a45e9
commit abf4f669a6
2 changed files with 108 additions and 60 deletions

View File

@ -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;