From a69d0ac8957a4f192a97234626694a556f2ba423 Mon Sep 17 00:00:00 2001 From: Jose Rojas Date: Thu, 24 Oct 2019 20:14:42 +0000 Subject: [PATCH] MCOL 3557 Related. Syntactical Bug Fix --- utils/loggingcpp/ErrorMessage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/loggingcpp/ErrorMessage.txt b/utils/loggingcpp/ErrorMessage.txt index adec4cc88..3b066fc0f 100755 --- a/utils/loggingcpp/ErrorMessage.txt +++ b/utils/loggingcpp/ErrorMessage.txt @@ -143,7 +143,7 @@ 4016 ERR_DML_DDL_SLAVE DML and DDL statements for Columnstore tables can only be run from the replication master. 4017 ERR_DML_DDL_LOCAL DML and DDL statements are not allowed when columnstore_local_query is greater than 0. 4018 ERR_NON_SUPPORT_SYNTAX The statement is not supported in Columnstore. -4019 ERR_RBR_EVENT Row based replication events are not supported in Columnstore. +4019 ERR_RBR_EVENT Row based replication events are not supported in Columnstore. # UDF 5001 ERR_FUNC_NON_IMPLEMENT %1%:%2% is not implemented.