mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge mysql.com:/home/jimw/my/mysql-5.0-clean
into mysql.com:/home/jimw/my/mysql-5.1-clean
This commit is contained in:
@@ -48,6 +48,7 @@ typedef Bitmap<64> key_map; /* Used for finding keys */
|
||||
typedef Bitmap<((MAX_INDEXES+7)/8*8)> key_map; /* Used for finding keys */
|
||||
#endif
|
||||
typedef ulong key_part_map; /* Used for finding key parts */
|
||||
typedef ulong nesting_map; /* Used for flags of nesting constructs */
|
||||
/*
|
||||
Used to identify NESTED_JOIN structures within a join (applicable only to
|
||||
structures that have not been simplified away and embed more the one
|
||||
|
||||
Reference in New Issue
Block a user