Wasn't sure whether to re-open #2468583: system requirements or not, but this seems like a slightly different issue so went for a new one instead.
Basically I followed the install instructions (enable and fix errors on status report), however the page errored out (Error - The website encountered an unexpected error. Please try again later.), watchdog reports the following:
PDOException: SQLSTATE[HY000]: General error: 3167 The 'INFORMATION_SCHEMA.SESSION_VARIABLES' feature is disabled; see the documentation for 'show_compatibility_56': SELECT variable_value IsolationLevel FROM information_schema.session_variables WHERE variable_name = 'tx_isolation' ; Array ( ) in apdqc_requirements() (line 526 of /sites/all/modules/apdqc/apdqc.install).
This is on a pretty much bog standard install of MySQL 5.7.12
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | apdqc-2733459-6.patch | 647 bytes | mustanggb |
Comments
Comment #2
mustanggb commentedComment #3
mustanggb commentedComment #4
mustanggb commentedComment #5
mustanggb commentedComment #6
mustanggb commentedAnd a patch.
Comment #8
nwoodland commentedGetting the same error on MySQL 5.7.12. The patch from #6 worked for me. Thanks MustangGB!
Comment #9
mikeytown2 commentedI use information_schema queries in a couple locations; will need to look over all use cases; also need to make sure this change works with maria db.
Comment #11
mikeytown2 commented#6 looks good with mariadb 10.1. Thanks! It's been committed.