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
count(): Parameter must be an array or an object that implements Countable, ./libraries/classes/Sql.php#1623 #14931
Comments
|
Can not reproduce twice, closing. |
|
Reproduce: SELECT CONCAT('CHECKSUM TABLE ', GROUP_CONCAT(table_name), ';') AS statement FROM information_schema.tables WHERE table_schema = 'information_schema' Edit using SELECT CONCAT('CHECKSUM TABLE ', GROUP_CONCAT(table_name), ';') AS statement FROM information_schema.tables WHERE table_schema = 'information_schema' INTO @command; SELECT @commandAlso affects 4.8.x Demo servers (root, no password) |
|
|
|
|
Also on designer. |
|
Can I solve this issue ? |
|
@Gaurav-Punjabi Yes ;) |
|
@Gaurav-Punjabi are you still on this issue? |
This comment is posted automatically by phpMyAdmin's error-reporting-server. |
This comment is posted automatically by phpMyAdmin's error-reporting-server. |
This comment is posted automatically by phpMyAdmin's error-reporting-server. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Describe the bug
Warning/Error
To Reproduce
Execute:
phpMyAdmin version: 5.0.0-dev, 4.8.4
The text was updated successfully, but these errors were encountered: