You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run this query SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'sakila', it will give a Undefined index: table_schema notice or warning for all table names.
To Reproduce
Steps to reproduce the behavior:
Go to SQL
Enter SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'sakila'
Click on Go
Click on Edit inline
Click on Go
See error
Expected behavior
It shouldn't give any notices or warnings (PHP 8.0.3).
williamdes
added
Bug
A problem or regression with an existing feature
and removed
question
Used when we need feedback from the submitter or when the issue is a question about PMA
labels
Apr 12, 2021
Describe the bug
If you run this query
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'sakila', it will give a Undefined index: table_schema notice or warning for all table names.To Reproduce
Steps to reproduce the behavior:
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'sakila'Expected behavior
It shouldn't give any notices or warnings (PHP 8.0.3).
Screenshots
Client configuration
Additional context
The text was updated successfully, but these errors were encountered: