Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 278451 Details for
Bug 546872
[DB] MySQL Error: "Table definition has changed" on initializing new CDO repository
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch
AbstractHorizontalClassMapping_ShemaChangeOnSameConnection.patch (text/plain), 986 bytes, created by
Simon Kuzin
on 2019-04-30 13:23:04 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Simon Kuzin
Created:
2019-04-30 13:23:04 EDT
Size:
986 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.emf.cdo.server.db >diff --git src/org/eclipse/emf/cdo/server/internal/db/mapping/horizontal/AbstractHorizontalClassMapping.java src/org/eclipse/emf/cdo/server/internal/db/mapping/horizontal/AbstractHorizontalClassMapping.java >index fbd69b3..bbae33b 100644 >--- src/org/eclipse/emf/cdo/server/internal/db/mapping/horizontal/AbstractHorizontalClassMapping.java >+++ src/org/eclipse/emf/cdo/server/internal/db/mapping/horizontal/AbstractHorizontalClassMapping.java >@@ -138,11 +138,11 @@ > table = database.getSchema().getTable(tableName); > if (table == null) > { > if (accessor != null) > { >- IDBSchemaTransaction schemaTransaction = database.openSchemaTransaction(); >+ IDBSchemaTransaction schemaTransaction = database.openSchemaTransaction(accessor.getDBConnection()); > > try > { > DBType idType = store.getIDHandler().getDBType(); > int idLength = store.getIDColumnLength();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 546872
:
278450
| 278451 |
282152