From 7270bfc4312770d1962a47aca091784dc0f632cc Mon Sep 17 00:00:00 2001 From: Dmitry Shulga Date: Tue, 22 Dec 2020 22:57:57 +0700 Subject: MDEV-16708: Unsupported commands for prepared statements Updated result file for the main.ps test --- sql/sql_prepare.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index cc5008d1c84..282025f6dcb 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -122,6 +122,7 @@ When one supplies long data for a placeholder: #include #endif #include "lock.h" // MYSQL_OPEN_FORCE_SHARED_MDL +#include "log_event.h" // Log_event #include "sql_handler.h" #include "transaction.h" // trans_rollback_implicit #include "mysql/psi/mysql_ps.h" // MYSQL_EXECUTE_PS -- cgit v1.2.1