We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aff60f commit 9474fdfCopy full SHA for 9474fdf
src/result.cc
@@ -75,7 +75,6 @@ node_db_mysql::Result::Result(MYSQL* connection) throw(node_db::Exception&)
75
connection(connection),
76
previousRow(NULL),
77
nextRow(NULL) {
78
-
79
this->result = mysql_store_result(this->connection);
80
if (result == NULL && mysql_field_count(this->connection) != 0) {
81
throw node_db::Exception(mysql_error(this->connection));
0 commit comments