Oct 19, 2017
Get future release notes emailed to you:
Downloads
SQL Language Changes
Bug Fixes
SET CLUSTER SETTING version = '1.1'
now works correctly. You issue this command when finalizing a cluster upgrade from 1.0.x to 1.1.1. #19225- Created, dropped, or truncated tables no longer result in non-restorable backups. #19067
- Some issues that could cause non-restorable backups are now detected during the backup process. #19286
- Fixed a deadlock in the crash reporting code, making more information available about certain fatal errors. #19287
- Very large arguments to the SQL
repeat()
function now return an error instead of panicking. #19066 - It is now possible to drop a foreign key constraint on a column that is part of the primary key. #19092
- Attempting to use
SHOW TRACE FOR
while session tracing is enabled no longer turns off session tracing. #19099 SHOW TRACE FOR
no longer includes detailed KV-level information (these messages are included in the separateSHOW KV TRACE FOR
command). #19143