Home >Database >Mysql Tutorial >mysql-How to deal with 0 affected rows after the MySQL stored procedure submits the transaction?
Thing mysql stored procedure
My stored procedure is written as follows
START TRANSACTION;
COMMIT;
The result returned 0 row(s) affected
The actual data has been inserted
I expect to get the actual impact Number of lines
http://www.cnblogs.com/thingk/p/3911668.html