Skip to content

Change `prepare_async_index_from_sql` to accept only the index

What does this MR do and why?

This MR changes the signature of the prepare_async_index_from_sql method and removes the table_name and index_name parameters as those can be extracted from the index definition. Also, with this change, we will validate that the given index is syntactically correct and the algorithm is concurrent.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports