attempted some thread improvements[?]

fixed moduleconf bug
what
This commit is contained in:
David Anderson
2006-06-03 22:26:43 +00:00
parent 7367f29cb4
commit 34f5b3257d
8 changed files with 72 additions and 18 deletions

View File

@ -78,7 +78,6 @@ bool SqliteQuery::ExecuteR(QueryInfo *info, char *error, size_t maxlength)
data.results = results;
SqliteResultSet *pRes = new SqliteResultSet(data);
m_LastRes = pRes;
info->rs = static_cast<IResultSet *>(pRes);
} else {
info->rs = NULL;