mysql-replication-listener
mysql-replication-listener copied to clipboard
not support decimal?
case MYSQL_TYPE_DECIMAL: { str = "not implemented"; str = os.str(); break; }
高版本的Mysql应该都是New Decimal:
case MYSQL_TYPE_NEWDECIMAL