TeslaCN opened a new issue #10475:
URL: https://github.com/apache/shardingsphere/issues/10475


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   master
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   Proxy
   
   ### Expected behavior
   
   ### Actual behavior
   ```
   sharding_db=> insert into t_order (user_id, order_name, amount)
   sharding_db-> values (1, 'non_transaction', 1000);
   INSERT 0 1
   sharding_db=> begin;
   BEGIN
   sharding_db=*> insert into t_order (user_id, order_name, amount)
   sharding_db-*> values (1, 'in_transaction', 1000);
   could not interpret result from server: INSERT 0 -1
   INSERT 0 -1
   sharding_db=*> commit;
   COMMIT
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to