Description
If a table has 'maxIndexesPerTable' indexes and we try to create another one and if it already exists we should not throw 'ERROR 1047 (43A04): Too many indexes have already been created' since weve put 'if not exists' already in the statement.