summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysqlc/mysqlc_views.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_views.cxx b/connectivity/source/drivers/mysqlc/mysqlc_views.cxx
index f1b7eb3895be..c9bf0658652d 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_views.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_views.cxx
@@ -111,7 +111,6 @@ void connectivity::mysqlc::Views::createView(
xStmt->execute(aSql);
::comphelper::disposeComponent(xStmt);
}
- // TODO find a way to refresh view to make the new one appear right away
connectivity::mysqlc::Tables* pTables = static_cast<connectivity::mysqlc::Tables*>(
static_cast<connectivity::mysqlc::Catalog&>(m_rParent).getPrivateTables());
if (pTables)