summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-15 09:29:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-15 09:29:35 +0000
commit3840389aab14c98f8c69b92e9d12e96f19264489 (patch)
treee9ebb1f463eac2e8f2654457ed7b076702e54726 /connectivity/source/drivers/mysql
parentd7c6a4fb866cf432afaf102597243f315f128e4a (diff)
INTEGRATION: CWS dba30 (1.12.16); FILE MERGED
2006/07/19 10:35:53 fs 1.12.16.5: RESYNC: (1.15-1.16); FILE MERGED 2006/04/18 13:12:42 oj 1.12.16.4: RESYNC: (1.14-1.15); FILE MERGED 2006/03/21 15:46:20 fs 1.12.16.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/28 12:37:45 fs 1.12.16.2: RESYNC: (1.12-1.13); FILE MERGED 2005/04/06 07:10:25 fs 1.12.16.1: #i46768# some assertions on the type of connection properties
Diffstat (limited to 'connectivity/source/drivers/mysql')
-rw-r--r--connectivity/source/drivers/mysql/YDriver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mysql/YDriver.cxx b/connectivity/source/drivers/mysql/YDriver.cxx
index 88506875f89a..84dc68d073ca 100644
--- a/connectivity/source/drivers/mysql/YDriver.cxx
+++ b/connectivity/source/drivers/mysql/YDriver.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: YDriver.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:53:06 $
+ * last change: $Author: hr $ $Date: 2006-08-15 10:29:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,7 +130,7 @@ namespace connectivity
for (;pSupported != pEnd; ++pSupported)
if ( !pSupported->Name.compareToAscii("JavaDriverClass") )
{
- pSupported->Value >>= sRet;
+ OSL_VERIFY( pSupported->Value >>= sRet );
break;
}