New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check referencial integrity show table-content #14598
Comments
|
Checked on another machine: |
|
Successfully reproduced on demo servers. Demo servers (root, no password) |
|
I can reproduce the issue in phpMyAdmin 4.9.1. Is there a chance that some magic as done in #15325 could get it working? :) |
|
@aschuch247 Yes, absolutely |
|
@matthiasradde Reproduced for the 2nd time, but I edited your script. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
@matthiasradde Fixed by e87c6b8 |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Tested - works great :-) |
Describe the bug
checking referencial integrity is not working as expected.
To Reproduce
Steps to reproduce the behavior:
SELECT * FROM `kb_doc_tag` ORDER BY `doc_id` ASC" as SQL-statement and of course showing all entries from table doc_tagExpected behavior
expected behaviour is to use the statement provided in parameter sql_query
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: