summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_connection.hxx')
-rw-r--r--mysqlc/source/mysqlc_connection.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx
index 50ac3c5ac15d..5f1a6a33beed 100644
--- a/mysqlc/source/mysqlc_connection.hxx
+++ b/mysqlc/source/mysqlc_connection.hxx
@@ -108,7 +108,6 @@ namespace connectivity
sql::Driver* cppDriver;
bool m_bClosed;
- bool m_bUseCatalog; // should we use the catalog on filebased databases
public:
sal_Int32 getMysqlVersion()
@@ -209,8 +208,6 @@ namespace connectivity
inline const ConnectionSettings& getConnectionSettings() const { return m_settings; }
rtl::OUString transFormPreparedStatement(const rtl::OUString& _sSQL);
- // should we use the catalog on filebased databases
- inline bool isCatalogUsed() const { return m_bUseCatalog; }
inline const MysqlCDriver& getDriver() const { return m_rDriver;}
}; /* OConnection */