-
Jira Link: [DB-13964](https://yugabyte.atlassian.net/browse/DB-13964)
### Description
We can gate this feature behind a flag.
### Issue Type
kind/bug
### Warning: Please confirm that this issue d…
-
mysql version: 5.7.25
audit_plugin version: audit-plugin-mysql-5.7-1.1.7-913-linux-x86_64.zip
my.cnf:
plugin-load=AUDIT=libaudit_plugin.so
audit_json_file=on
audit_json_log_file=/home/logs/mysq…
-
Hello!
Thanks for your work on the connector.
We use version 2.3.1-lt to transfer data from postgres to clickhouse.
We encountered the problem that sometimes the connector does not see that the …
-
```
CREATE DEFINER=`bcadmin`@`%` TRIGGER `host_id_constraint` BEFORE INSERT ON `host` FOR EACH ROW begin
declare next_id int;
declare max_id int;
declare error_msg varchar(100);
set m…
-
Jira Link: [DB-12857](https://yugabyte.atlassian.net/browse/DB-12857)
A few scenarios to handle here:
- replicated DDL is currently running on the target
- DDL is replicated, but safe time is not c…
-
Add functionality so that the DDL regex defined in a configuration variable will be ignored and not executed.
-
**Describe the unexpected behaviour**
I have a clickhouse cluster with 6 nodes and 3 shards. Clickhouse-server version: 19.17.3.7. ZooKeeper services are deployed on the machine where the clickh…
-
-
```
-- users 테이블 생성
CREATE TABLE users (
id SERIAL PRIMARY KEY,
name VARCHAR(200) NOT NULL,
email VARCHAR(300) UNIQUE NOT NULL,
password VARCHAR(255) NOT NULL,
mobile VARCHA…
-
## Bug Report
Setting `tidb_enable_ddl` to OFF isn't allowed in a single node cluster. However this safety isn't present when scaling in a cluster.
### 1. Minimal reproduce step (Required)
St…