You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Renamed datatypes/decimal.* into csdecimal to avoid collision with MDB.
This commit is contained in:
@ -143,10 +143,10 @@ namespace cal_impl_if
|
||||
extern bool nonConstFunc(Item_func* ifp);
|
||||
}
|
||||
|
||||
using int128_t = __int128;
|
||||
|
||||
namespace
|
||||
{
|
||||
using int128_t = __int128;
|
||||
using uint128_t = unsigned __int128;
|
||||
// Calpont vtable non-support error message
|
||||
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.";
|
||||
|
||||
|
Reference in New Issue
Block a user