summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-28 13:54:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-28 13:54:24 +0000
commit2b9f88cbfaeb62bf243e6808a86b08821628380b (patch)
tree2abc61debae1d8d4d131eeb2880b8dcdb162ffff /connectivity/source/drivers/mysql
parenta331ce81de5a749cb81a0e948be2341c1c8bffc2 (diff)
INTEGRATION: CWS dba205a (1.8.10); FILE MERGED
2006/07/28 13:07:41 oj 1.8.10.1: #i67014# rename view for mysql impl
Diffstat (limited to 'connectivity/source/drivers/mysql')
-rw-r--r--connectivity/source/drivers/mysql/YTable.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mysql/YTable.cxx b/connectivity/source/drivers/mysql/YTable.cxx
index 70f1fb8e23ba..9c4c5b94aabf 100644
--- a/connectivity/source/drivers/mysql/YTable.cxx
+++ b/connectivity/source/drivers/mysql/YTable.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: YTable.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:30:42 $
+ * last change: $Author: ihi $ $Date: 2006-08-28 14:54:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -388,6 +388,10 @@ void OMySQLTable::executeStatement(const ::rtl::OUString& _rStatement )
}
}
// -----------------------------------------------------------------------------
+::rtl::OUString OMySQLTable::getRenameStart() const
+{
+ return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RENAME TABLE "));
+}