From 50537165212091175773bcca0ed37464537a145c Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 28 Jul 2016 09:17:54 -0500 Subject: [PATCH] MCOL-66 change error text for ERR_TABLE_LOCKED to accept operation name. --- 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 2cd0a59f6..afe0c1cde 100644 --- a/utils/loggingcpp/ErrorMessage.txt +++ b/utils/loggingcpp/ErrorMessage.txt @@ -45,7 +45,7 @@ 2006 ERR_TABLE_NOT_IN_CATALOG %1% does not exist in Columnstore. 2007 ERR_DICTBUFFER_OVERFLOW The dictionary buffer is too small for this query; increase and try again. 2008 ERR_VERSIONBUFFER_OVERFLOW The version buffer overflowed. Increase VersionBufferFileSize or limit the rows to be processed. -2009 ERR_TABLE_LOCKED Unable to perform the operation because %1% with PID %2% is currently holding the table lock for session %3%. +2009 ERR_TABLE_LOCKED Unable to perform the %1% operation because %2% with PID %3% is currently holding the table lock for session %4%. 2010 ERR_ACTIVE_TRANSACTION Unable to perform DDL/DML because session %1% has an active transaction. 2011 ERR_VIOLATE_NOT_NULL Column ' %1% ' cannot be null. 2012 ERR_EXTENT_DISK_SPACE Not able to add extent; adding extent would exceed max file system disk usage. %1%