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-2178 Introduced a dummy replacement for a infinidb_table.
Used Item attribute getters introduced by 10.4 Make changes to support Item::CONST_ITEM introduced by 10.4 as a replacement for INT_,REAL_,STRING_ ITEM. Replaced QT_INFINIDB_DERIVED and similar flags with correponded flags for Item->print(). Replaced or commented out infinidb_ variable names with columnstore_ where applicable.
This commit is contained in:
committed by
Gagan Goel
parent
6fd5b2f22d
commit
cd72326c4d
@ -154,7 +154,8 @@ class MIGR
|
||||
INFINIDB_VTABLE() : cal_conn_info(NULL) {init();}
|
||||
void init()
|
||||
{
|
||||
vtable_state = INFINIDB_INIT_CONNECT;
|
||||
//vtable_state = INFINIDB_INIT_CONNECT;
|
||||
vtable_state = INFINIDB_DISABLE_VTABLE;
|
||||
autoswitch = false;
|
||||
has_order_by = false;
|
||||
duplicate_field_name = false;
|
||||
|
Reference in New Issue
Block a user