sql: replace schema_find_id() by box_space_id_by_name()
This patch replaces schema_find_id() with box_space_id_by_name() in SQL. The box_space_id_by_name() is more specialized. In addition, it checks if the user has sufficient rights, unlike schema_find_id(). Closes #3570
Please register or sign in to comment