Kaydet (Commit) c3eeb891 authored tarafından Tamas Bunth's avatar Tamas Bunth Kaydeden (comit) Tamás Bunth

mysqlc: ensure fetched result while invoking last

Change-Id: Ia1872973eefff1d8d677aa443b0c03d3ea569d60
Reviewed-on: https://gerrit.libreoffice.org/65716
Tested-by: Jenkins
Reviewed-by: 's avatarTamás Bunth <btomi96@gmail.com>
üst 0e9d621c
...@@ -612,6 +612,7 @@ sal_Bool SAL_CALL OResultSet::last() ...@@ -612,6 +612,7 @@ sal_Bool SAL_CALL OResultSet::last()
{ {
MutexGuard aGuard(m_aMutex); MutexGuard aGuard(m_aMutex);
checkDisposed(OResultSet_BASE::rBHelper.bDisposed); checkDisposed(OResultSet_BASE::rBHelper.bDisposed);
ensureResultFetched();
m_nRowPosition = m_nRowCount - 1; m_nRowPosition = m_nRowCount - 1;
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment