Index: frm/frmQuery.cpp =================================================================== --- frm/frmQuery.cpp (revisão 8167) +++ frm/frmQuery.cpp (cópia de trabalho) @@ -2431,7 +2431,7 @@ // If this was an EXPLAIN query, process the results if (done && explain) { - if (!verbose) + if (!verbose || conn->BackendMinimumVersion(8, 4)) { int i; wxString str;