summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:08:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:08:02 +0000
commitc22258e918076e122a4ef5367fe90b3ad657188e (patch)
treeaecf4f31dbaf771244f28e1cb4eaae8fa8b39320 /connectivity
parentdb80a48346df1856e751d6b73a53e825157cb867 (diff)
INTEGRATION: CWS insight01 (1.4.20); FILE MERGED
2004/05/17 09:00:50 oj 1.4.20.1: #i17123# auto_increment fix for MySQL
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysql/YTable.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mysql/YTable.cxx b/connectivity/source/drivers/mysql/YTable.cxx
index 9af96f43c44e..4889a0852e47 100644
--- a/connectivity/source/drivers/mysql/YTable.cxx
+++ b/connectivity/source/drivers/mysql/YTable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: YTable.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-06-06 10:50:40 $
+ * last change: $Author: hr $ $Date: 2004-08-02 17:08:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,7 @@
#ifndef CONNECTIVITY_MYSQL_CATALOG_HXX
#include "mysql/YCatalog.hxx"
#endif
+#include "mysql/YColumns.hxx"
#ifndef CONNECTIVITY_CONNECTION_HXX
#include "TConnection.hxx"
#endif
@@ -192,7 +193,7 @@ void OMySQLTable::construct()
// -----------------------------------------------------------------------------
sdbcx::OCollection* OMySQLTable::createColumns(const TStringVector& _rNames)
{
- OColumnsHelper* pColumns = new OColumnsHelper(*this,sal_True,m_aMutex,_rNames);
+ OMySQLColumns* pColumns = new OMySQLColumns(*this,sal_True,m_aMutex,_rNames);
pColumns->setParent(this);
return pColumns;
}