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

MCOL-66 change error text for ERR_TABLE_LOCKED to accept operation name.

This commit is contained in:
David Hall
2016-07-28 09:17:54 -05:00
parent 539e524ad4
commit 5053716521

View File

@ -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 <PrimitiveServers><DictBufferSize> 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%