Commit abf4f669 authored by unknown's avatar unknown

BUG#13126: Post-review fixes: better comments, some function renaming.


sql/mysql_priv.h:
  BUG#13126: Post-review fixes: better comments
parent 2b7f5a45
...@@ -45,8 +45,9 @@ typedef ulonglong table_map; /* Used for table bits in join */ ...@@ -45,8 +45,9 @@ typedef ulonglong table_map; /* Used for table bits in join */
typedef Bitmap<64> key_map; /* Used for finding keys */ typedef Bitmap<64> key_map; /* Used for finding keys */
typedef ulong key_part_map; /* Used for finding key parts */ 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 Used to identify NESTED_JOIN structures within a join (applicable only to
nested joins that have not been simplified away) structures that have not been simplified away and embed more the one
element)
*/ */
typedef ulonglong nested_join_map; typedef ulonglong nested_join_map;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment