Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
found by coverity 754 2. lock: SQLFetch locks hStmt->mutex.[show details] 3. Condition (ret = SQLFetch(hStmt)) == 0, taking false branch. CID 442426:(lurcher#2 of 4):Double lock (LOCK) [ "select issue" ] 755 while ( (ret = SQLFetch( hStmt )) == SQL_SUCCESS ) /* ROWS */
- Loading branch information