Tag: cws_src680_nomysqlversion
User: fs      
Date: 06/02/01 00:39:58

Modified:
 /dba/connectivity/source/drivers/mysql/
  YDriver.cxx

Log:
 #i60273# when running the ODBC driver, prevent calls to getVersionColumn

File Changes:

Directory: /dba/connectivity/source/drivers/mysql/
==================================================

File [changed]: YDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YDriver.cxx?r1=1.13&r2=1.13.64.1
Delta lines:  +8 -3
-------------------
--- YDriver.cxx 8 Sep 2005 06:31:41 -0000       1.13
+++ YDriver.cxx 1 Feb 2006 08:39:55 -0000       1.13.64.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: YDriver.cxx,v $
  *
- *  $Revision: 1.13 $
+ *  $Revision: 1.13.64.1 $
  *
- *  last change: $Author: rt $ $Date: 2005/09/08 06:31:41 $
+ *  last change: $Author: fs $ $Date: 2006/02/01 08:39:55 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -182,6 +182,11 @@
                        {
                                aProps.push_back( PropertyValue(
                                                                        
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Silent"))
+                                                                       ,0
+                                                                       
,makeAny(sal_True)
+                                                                       
,PropertyState_DIRECT_VALUE) );
+                               aProps.push_back( PropertyValue(
+                                                                       
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PreventGetVersionColumns"))
                                                                        ,0
                                                                        
,makeAny(sal_True)
                                                                        
,PropertyState_DIRECT_VALUE) );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to