You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1101 Add plugin variables to replace the legacy system vars.
Legacy system vars with names infinidb_* was preserved for backward compatibility and they will be used if columnstore_use_legacy_vars variable is set. Remove unused structure and plugin variable.
This commit is contained in:
@ -20,7 +20,7 @@ using namespace execplan;
|
||||
#include "functor_str.h"
|
||||
|
||||
#include "ha_calpont_impl_if.h"
|
||||
#include "mcs_sysvars.h"
|
||||
#include "ha_mcs_sysvars.h"
|
||||
using namespace cal_impl_if;
|
||||
|
||||
namespace
|
||||
|
Reference in New Issue
Block a user