The query gives the following error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'performance_schema.session_variables' doesn't exist: SHOW VARIABLES WHERE variable_name = :name; Array ( [:name] => max_allowed_packet ) in views_data_export_requirements() (regel 188 van [...]/views_data_export/views_data_export.install).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_data_export-fix_max_allowed_packet_query-2636738-2.patch | 909 bytes | Sneakyvv |
Comments
Comment #2
Sneakyvv commentedPatch attached which catches the error, since the only purpose of the query is to warn the user about the max_allowed_packet.
Comment #3
krisahil commentedI verified this fixed the issue (I saw it on MySQL 5.7.13).
Comment #5
steven jones commentedThanks very much for the patch and the review!