1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge 5.3-mwl128 -> 5.3

This commit is contained in:
Igor Babaev
2010-10-27 16:31:22 -07:00
106 changed files with 7091 additions and 3167 deletions

View File

@@ -1214,6 +1214,8 @@ typedef struct st_range_seq_if
bool (*skip_index_tuple) (range_seq_t seq, char *range_info);
} RANGE_SEQ_IF;
typedef bool (*SKIP_INDEX_TUPLE_FUNC) (range_seq_t seq, char *range_info);
class COST_VECT
{
public: