MyCATApache / Mycat-doc

Apache License 2.0
1.08k stars 662 forks source link

mycat执行操作成功后,不显示影响的行数 #53

Open aiaix opened 7 years ago

aiaix commented 7 years ago

通过mycat 1.5 加字段mysql> alter table orders add msg varchar(50); Query OK, 0 rows affected (0.24 sec) Records: 0 Duplicates: 0 Warnings: 0
影响的记录不显示 ,

单独在MYSQL操作会显示影响的记录数 mysql> alter table orders add msg varchar(50); Query OK, 4 rows affected (0.04 sec) Records: 4 Duplicates: 0 Warnings: 0 情况本来就是这样的吗