distributed-database
Here are 281 public repositories matching this topic...
Enhancement
Actual:
mysql> CREATE TABLE t1 (a BINARY(16) PRIMARY KEY);
Query OK, 0 rows affected (0.02 sec)
mysql> INSERT INTO t1 VALUES (AES_ENCRYPT('a','a'));
Query OK, 1 row affected (0.00 sec)
mysql> INSERT INTO t1 VALUES (AES_ENCRYPT('a','a'));
ERROR 1062 (23000): Duplicate entry '{ W]�u����.�٧t' for key 'PRIMARY'Expected:
mysql> CREATE TABLE t1 (a BIThere are several optimization the execution engine can perform when evaluating LIKE patterns with %, which matches zero or any number of any character. For example, see #80073.
Sequential %s can prevent these optimizations, but they are semantically equivalent to a single %, so the optimizer should normalize them to a single %.
For example:
-- The following expressions -
Updated
Jun 20, 2022 - C++
- Add created rule assertion for
CreateTrafficRuleHandlerTestassertExecute() - Add altered rule assertion for
AlterTrafficRuleHandlerTest.assertExecute()
-
Updated
Jan 18, 2022
-
Updated
Jun 20, 2022 - C++
Our CMake build process produces tarball packages using the cpack TGZ target. This produces a server and client package with a file layout meant to match where the various artifacts go.
Meanwhile, the packages we include on the download page are a flat archive of various binaries produced by the build process. This include one regular package and one debug package with debug symbols for a few
-
Updated
Jun 11, 2022
-
Updated
Jun 20, 2022 - Java
-
Updated
Jun 20, 2022 - Go
-
Updated
Jun 17, 2022 - Rust
-
Updated
Jun 20, 2022 - C
Jira Link: DB-2620
Description
Steps to repro -
- Setup xcluster replication between 2 universes with TLS ON and different certs.
- Start replication in demo1 table.
- Edit replication by adding demo2 table → fails.
Failing on 2.14, 2.15.0 and 2.15.1.
Platform Error message -
java.lang.RuntimeException: java.lang.RuntimeExce
-
Updated
May 10, 2021 - Ruby
Use case:
Get the total duration over many events. Something like select sum(age(ended, started)) from myevents or select sum(ended - started) from myevents - depending on crate/crate#12479
Describe the bug
A clear and concise description of what the bug is.
The compute node crashed on an unsupported expr.
hread 'tokio-runtime-worker' panicked at 'not implemented: The expression (Interval, Int32, Interval) using vectorized expression framework is not supported yet!', src/expr/src/expr/expr_binary_nonnull.rs:399:13
stack backtrace:
0: rust_begin_unwind
Enhancement
Currently, delta_writer_commit span runs in tablet_writer_add_chunk rpc handler, which is in bthread environment, and aync_delta_writer is used, so thread may get switched, as a result delta_writer_commit didn't catch load_channel span automatically, so we need to set delta_writer_commit span's parent explicitly.
-
Updated
Jun 20, 2022 - Go
-
Updated
Jun 17, 2022 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Jun 20, 2022 - Java
-
Updated
Jul 17, 2020 - C++
-
Updated
May 6, 2017 - C++
-
Updated
Jun 20, 2022 - Rust
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
Several showcase SQL requires the support of this function:
select DATE_FORMAT(b.measurement_time,'%Y-%m-%d')
select DATE_FORMAT(FROM_UNIXTIME(tm.create_time), %Y%m%d)Describe the feature you'd like
-
Updated
Jun 20, 2022 - Java
Improve this page
Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

What happened?
In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message: