this file got successfully merged into changelog_21 for the 2.1.0b1
release however the file deletion phase missed the file itself,
causing it to render in both 2.1.0b1 and 2.1.0b2 on the site.
Change-Id: I0acf9dcc67694a781ae67a641e9b367706fcbfb3
+++ /dev/null
-.. change::
- :tags: reflection, mysql, mariadb
- :tickets: 12240
-
- Updated the reflection logic for indexes in the MariaDB and MySQL
- dialect to avoid setting the undocumented ``type`` key in the
- :class:`_engine.ReflectedIndex` dicts returned by
- :class:`_engine.Inspector.get_indexes` method.