Commit 62fad4e8 authored by Igor Babaev's avatar Igor Babaev

MDEV-17096 Pushdown of simple derived tables to storage engines

Fixing failures of federated test on 32-bit platforms
parent 953ca199
......@@ -3684,7 +3684,7 @@ struct st_mysql_storage_engine federatedx_storage_engine=
my_bool use_pushdown;
static MYSQL_SYSVAR_BOOL(pushdown, use_pushdown, 0,
"Use query fragments pushdown capabilities", NULL, NULL, FALSE);
static struct st_mysql_sys_var* sysvars[]= { MYSQL_SYSVAR(pushdown) };
static struct st_mysql_sys_var* sysvars[]= { MYSQL_SYSVAR(pushdown), NULL };
#include "federatedx_pushdown.cc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment