Skip to content

rows affected for alter differs from MySQL #9606

@angelamayxie

Description

@angelamayxie

dolt

tmp/main*> alter table set_table modify column c0 varchar(100);
Query OK, 0 rows affected (0.01 sec)

mysql

mysql> alter table set_table modify column c0 varchar(100);
Query OK, 3 rows affected (0.03 sec)
Records: 3  Duplicates: 0  Warnings: 0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions