`rows affected` for `alter` differs from MySQL
Open
cli
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.