Kanthi

Results 123 issues of Kanthi

``` alter /* gh-ost */ table `p_prod`.`_j_failed_s_g` REMOVE PARTITIONING; ``` ``` create /* gh-ost */ table `p_prod`.`_j_failed_s_g` (\n\t\t\tid int auto_increment primary key\n\t\t) engine=InnoDB comment='ghost-cut-over' ```

question
lightweight
mysql
dev-complete

A table with ` officeCode int DEFAULT NULL,` to `officeCode Int32,` The NULL constraint is removed after executing ``` alter table employees modify column officeCode int; ```

bug
not reproducible

``` Error running DDL Query: java.sql.SQLException: Code: 62. DB::Exception: Syntax error: failed at position 27 (end of query): . Expected one of: ON, a list of ALTER commands, ALTER command,...

lightweight
dev-complete

Set docker-compose log retention period

dev-complete

Add integration test to cover cases where the replication can still be performed using `single.threaded` mode.

lightweight
dev-complete
p3

Document differences between sink connector lightweight and MaterializedPostgreSQL

documentation
p1