1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/libmysql
kroki/tomash@moonlight.intranet 5e2ef3a68e BUG#23383: mysql_affected_rows() returns different values than
mysql_stmt_affected_rows()

The problem was that affected_rows for prepared statement wasn't updated
in the client library on the error.  The solution is to always update
affected_rows, which will be equal to -1 on the error.
2006-11-17 12:21:32 +03:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2004-08-18 19:57:55 +02:00
2004-08-18 19:57:55 +02:00
2005-07-25 07:51:17 +02:00
2005-09-24 15:51:45 +02:00