Changes between Initial Version and Version 1 of Ticket #33017
- Timestamp:
- Aug 12, 2021, 2:59:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33017 – Description
initial v1 1 https://github.com/django/django/pull/14766 2 1 3 When querying the information_schema.tables for the storage engine, we have to specify table_schema in addition to table_name, otherwise the query returns a list of results for all tables with the specified name from every database in the system. If there are multiple tables with the same name but using different storage engines present in different databases in the MySQL instance, the query could return a wrong result. 2 4