1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge mysql.com:/home/psergey/mysql-5.0-bug14026-r2

into mysql.com:/home/psergey/mysql-5.0-oct03-push
This commit is contained in:
sergefp@mysql.com
2005-11-03 16:21:21 +03:00
9 changed files with 445 additions and 17 deletions

View File

@ -44,6 +44,12 @@
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 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;
/* query_id */
typedef ulonglong query_id_t;