1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-59, change calpont.xml

This commit is contained in:
david hill
2016-06-22 16:00:00 -05:00
parent 1bb58c6916
commit 7d8de28b43
104 changed files with 381 additions and 381 deletions

View File

@ -74,7 +74,7 @@
2035 ERR_ASSERTION_FAILURE An internal error occurred. Check the error log file & contact support.
2036 ERR_PARTITION_NO_SCHEMA No schema is specified for this partition function.
2037 ERR_INVALID_FUNC_ARGUMENT %1% in function arguments.
2038 ERR_O_DIRECT Failed to open file. The DirectIO setting in Calpont.xml may not be compatible with the file system.
2038 ERR_O_DIRECT Failed to open file. The DirectIO setting in Columnstore.xml may not be compatible with the file system.
2039 ERR_ENOENT Data file does not exist, please contact your system administrator for more information.
2040 WARN_NO_PARTITION_FOUND No partition found for the given value range.
2041 SYSTABLE_PARTITION Systables' partition cannot be modified.
@ -159,7 +159,7 @@
7001 ERR_NON_IDB_TABLE Non Calpont table(s) on the FROM clause.
# Cross Engine Errors
8001 ERR_CROSS_ENGINE_CONFIG CrossEngineSupport section in Calpont.xml is not properly configured.
8001 ERR_CROSS_ENGINE_CONFIG CrossEngineSupport section in Columnstore.xml is not properly configured.
8002 ERR_CROSS_ENGINE_CONNECT Error: %1%.
# Window Function Errors

View File

@ -45,7 +45,7 @@ private:
public:
void setUp() {
setenv("CALPONT_CONFIG_FILE", "./Calpont.xml", 1);
setenv("CALPONT_CONFIG_FILE", "./Columnstore.xml", 1);
}
void tearDown() {