Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
af48ad21
Kaydet (Commit)
af48ad21
authored
Nis 28, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix erroneous disposeOnce calls.
Change-Id: I4ce39e6d6534d1481f7e6b759d61040606da839c
üst
aef1826d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysqlc_connection.cxx
mysqlc/source/mysqlc_connection.cxx
+1
-1
mysqlc_resultset.cxx
mysqlc/source/mysqlc_resultset.cxx
+1
-1
mysqlc_statement.cxx
mysqlc/source/mysqlc_statement.cxx
+1
-1
No files found.
mysqlc/source/mysqlc_connection.cxx
Dosyayı görüntüle @
af48ad21
...
@@ -531,7 +531,7 @@ void SAL_CALL OConnection::close()
...
@@ -531,7 +531,7 @@ void SAL_CALL OConnection::close()
MutexGuard
aGuard
(
m_aMutex
);
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
OConnection_BASE
::
rBHelper
.
bDisposed
);
checkDisposed
(
OConnection_BASE
::
rBHelper
.
bDisposed
);
}
}
dispose
Once
();
dispose
();
}
}
// XWarningsSupplier
// XWarningsSupplier
...
...
mysqlc/source/mysqlc_resultset.cxx
Dosyayı görüntüle @
af48ad21
...
@@ -615,7 +615,7 @@ void SAL_CALL OResultSet::close() throw(SQLException, RuntimeException, std::exc
...
@@ -615,7 +615,7 @@ void SAL_CALL OResultSet::close() throw(SQLException, RuntimeException, std::exc
mysqlc_sdbc_driver
::
translateAndThrow
(
e
,
*
this
,
m_encoding
);
mysqlc_sdbc_driver
::
translateAndThrow
(
e
,
*
this
,
m_encoding
);
}
}
dispose
Once
();
dispose
();
}
}
sal_Bool
SAL_CALL
OResultSet
::
first
()
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
sal_Bool
SAL_CALL
OResultSet
::
first
()
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
...
...
mysqlc/source/mysqlc_statement.cxx
Dosyayı görüntüle @
af48ad21
...
@@ -138,7 +138,7 @@ void SAL_CALL OCommonStatement::close()
...
@@ -138,7 +138,7 @@ void SAL_CALL OCommonStatement::close()
MutexGuard
aGuard
(
m_aMutex
);
MutexGuard
aGuard
(
m_aMutex
);
checkDisposed
(
rBHelper
.
bDisposed
);
checkDisposed
(
rBHelper
.
bDisposed
);
}
}
dispose
Once
();
dispose
();
}
}
void
SAL_CALL
OStatement
::
clearBatch
()
void
SAL_CALL
OStatement
::
clearBatch
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment