lnat
lnat
CREATE TABLE `test_tinyint` ( `mq_status` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci select user() 不需要jdbc直接是sqlyog连接mycat直接查询语句,就会复现
dbDriver="jdbc" 时候这个问题会被重现 native不会 , 如果一定要用参考下面 java.lang.Boolean if the configuration property tinyInt1isBit is set to true (the default) and the storage size is 1, or java.lang.Integer if not. JDBC的URL增加 tinyInt1isBit=false参数 @funnyAnt
目前我们的测试是这样的,@funnyAnt @zzchangfu