Commit 69ba585a authored by Sergei Golubchik's avatar Sergei Golubchik

remove #if MYSQL_VERSION_ID

there is no "upstream" OQGraph version that needs to stay compatible
with different MariaDB releases.
parent 58e62d70
This diff is collapsed.
......@@ -68,7 +68,6 @@ public:
}
/* Rows also use a fixed-size format */
enum row_type get_row_type() const { return ROW_TYPE_FIXED; }
const char **bas_ext() const;
ulong index_flags(uint inx, uint part, bool all_parts) const;
uint max_supported_keys() const { return MAX_KEY; }
uint max_supported_key_part_length() const { return MAX_KEY_LENGTH; }
......
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