summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YCatalog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mysql/YCatalog.cxx')
-rw-r--r--connectivity/source/drivers/mysql/YCatalog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql/YCatalog.cxx b/connectivity/source/drivers/mysql/YCatalog.cxx
index e8d1d3323641..3541ea8dd3e5 100644
--- a/connectivity/source/drivers/mysql/YCatalog.cxx
+++ b/connectivity/source/drivers/mysql/YCatalog.cxx
@@ -80,7 +80,7 @@ void OMySQLCatalog::refreshViews()
// as of this writing might not return the proper information in getTableTypes, so
// don't rely on it.
// during #73245# / 2007-10-26 / frank.schoenheit@sun.com
- bool bSupportsViews = sal_True;
+ bool bSupportsViews = true;
TStringVector aVector;
if ( bSupportsViews )