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