Commit d3c10f54 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an orphan declaration

parent fc1d1a02
......@@ -1167,16 +1167,12 @@ struct dict_index_t {
@param[in] n_newly_drop number of newly dropped columns
@param[in] col_map mapping of old table cols
to new table cols */
void instant_op_field(
inline void instant_op_field(
const dict_index_t& instant,
ulint n_newly_add,
ulint n_newly_drop,
const ulint* col_map);
/** Adjust clustered index metadata for instant ADD COLUMN.
@param[in] clustered index definition after instant ADD COLUMN */
void instant_add_field(const dict_index_t& instant);
/** Remove instant ALTER TABLE metadata.
Protected by index root page x-latch or table X-lock. */
void remove_instant();
......
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