From fa9f9735814c41891b954dce9bc51710398b89fe Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 Jan 2026 16:37:03 -0500 Subject: [PATCH] remove 12240. rst (note space) 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 --- doc/build/changelog/unreleased_21/12240 .rst | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 doc/build/changelog/unreleased_21/12240 .rst diff --git a/doc/build/changelog/unreleased_21/12240 .rst b/doc/build/changelog/unreleased_21/12240 .rst deleted file mode 100644 index e9a6c632e2..0000000000 --- a/doc/build/changelog/unreleased_21/12240 .rst +++ /dev/null @@ -1,8 +0,0 @@ -.. 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. -- 2.47.3