comdb2 icon indicating copy to clipboard operation
comdb2 copied to clipboard

Bloomberg's distributed RDBMS

Results 150 comdb2 issues
Sort by recently updated
recently updated
newest added

This fixes the spurious sc_truncate failures.

Adds a convert_units function. For now just returns bytes in convenient human-readable form. We can expand this if needed. {RDSICOMDB2-266}

This patch improves error handling for SSL. SSL_shutdown() must not be called on SSL_ERROR_SYSCALL/SSL_ERROR_SSL. This patch fixes it, too. (DRQS 171159124) (JIRA RDSICDBDBA-914)

Code to track/query stack traces. Signed-off-by: Mike Ponomarenko

Consider the following statements. ```sql CREATE TABLE t (i int, j int) CREATE INDEX t_ij on t(i, j) INSERT INTO t VALUES (1.1, 1), (1.1, 2), (2, 3) SELECT *...

* What is the type of the change (bug fix, feature, documentation and etc.) ? Documentation * What are the current behavior and expected behavior, if this is a bugfix...

The patch eliminates most of the file IO (certificate, private key, CA and CRL) by caching SSL contexts.

enhancement