Skip to content

Commit 750cdb3

Browse files
committed
Merge pull request #129
Fix state of $sth->{Active} attribute and usage of $sth->finish() method
2 parents 5416450 + 949380e commit 750cdb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+472
-281
lines changed

MariaDB.xs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ mariadb_async_result(sth)
273273
if (retval == (my_ulonglong)-1)
274274
XSRETURN_UNDEF;
275275

276-
imp_sth->row_num = retval;
277-
278276
if (retval == 0)
279277
XSRETURN_PV("0E0");
280278

0 commit comments

Comments
 (0)