Bug Report: Mysqld.normalizedSchema()
erroneously replaces table name with placeholder if same as DB name
#13865
Labels
Mysqld.normalizedSchema()
erroneously replaces table name with placeholder if same as DB name
#13865
Overview of the Issue
Assume this simplified
CREATE VIEW
statement:In the above, the view is in
mydb
schema. However, it also reads from a table calledmydb
. The functionnormalizedSchema()
turns this view statement into:Reproduction Steps
Binary Version
18, 17, 16?
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: