You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/15 04:40:58 UTC

[GitHub] [incubator-doris] pengxiangyu opened a new issue #6244: Add transaction for the operation of insert

pengxiangyu opened a new issue #6244:
URL: https://github.com/apache/incubator-doris/issues/6244


   Add transaction for the operation of insert. Only insert is acceptable, nor update or delete.
   e.g.
   commit a transaction:
   begin;
   insert into Tbl values(11, 22, 33);
   commit;
   rollback a transaction:
   begin;
   insert into Tbl values(11, 22, 33);
   rollback;
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #6244: Add transaction for the operation of insert

Posted by GitBox <gi...@apache.org>.
morningman closed issue #6244:
URL: https://github.com/apache/incubator-doris/issues/6244


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org