You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
name change from InfiniDB in comments
This commit is contained in:
@@ -150,7 +150,7 @@ namespace cal_impl_if
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
// Calpont vtable non-support error message
|
// Calpont vtable non-support error message
|
||||||
const string infinidb_autoswitch_warning = "The query includes syntax that is not supported by InfiniDB distributed mode. The execution was switched to standard mode with downgraded performance.";
|
const string infinidb_autoswitch_warning = "The query includes syntax that is not supported by MariaDB Columnstore distributed mode. The execution was switched to standard mode with downgraded performance.";
|
||||||
|
|
||||||
// copied from item_timefunc.cc
|
// copied from item_timefunc.cc
|
||||||
static const string interval_names[]=
|
static const string interval_names[]=
|
||||||
|
@@ -287,7 +287,7 @@ struct cal_connection_info
|
|||||||
|
|
||||||
typedef std::tr1::unordered_map<int, cal_connection_info> CalConnMap;
|
typedef std::tr1::unordered_map<int, cal_connection_info> CalConnMap;
|
||||||
|
|
||||||
const std::string infinidb_err_msg = "\nThe query includes syntax that is not supported by InfiniDB. Use 'show warnings;' to get more information. Review the Calpont InfiniDB Syntax guide for additional information on supported distributed syntax or consider changing the InfiniDB Operating Mode (infinidb_vtable_mode).";
|
const std::string infinidb_err_msg = "\nThe query includes syntax that is not supported by MariaDB Columnstore. Use 'show warnings;' to get more information. Review the MariaDB Columnstore Syntax guide for additional information on supported distributed syntax or consider changing the MariaDB Columnstore Operating Mode (infinidb_vtable_mode).";
|
||||||
|
|
||||||
int cp_get_plan(THD* thd, execplan::SCSEP& csep);
|
int cp_get_plan(THD* thd, execplan::SCSEP& csep);
|
||||||
int cp_get_table_plan(THD* thd, execplan::SCSEP& csep, cal_impl_if::cal_table_info& ti);
|
int cp_get_table_plan(THD* thd, execplan::SCSEP& csep, cal_impl_if::cal_table_info& ti);
|
||||||
|
Reference in New Issue
Block a user