Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Does it possible to make "alter online table" queries in mysql/mariadb
Does it possible to make "alter online table" queries in mysql/mariadb [message #1754621] Tue, 21 February 2017 06:50
Vjacheslav Borisov is currently offline Vjacheslav BorisovFriend
Messages: 6
Registered: March 2014
Junior Member
Does it possible to make "alter online table" queries in mysql/mariadb in "create-or-extend-tables" mode

E.g.

ALTER ONLINE TABLE t1 ADD COLUMN c3 INT



Looks like to implement this
hard coded "ALTER TABLE" queries in class org.eclipse.persistence.tools.schemaframework.TableDefinition


should be moved to

org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.getAlterTableHeader



and overridden in MySQLPlatform, depended on some setting



[Updated on: Tue, 21 February 2017 07:11]

Report message to a moderator

Previous Topic:What is the point of setNullValue
Next Topic:Wildfly 10.0.0.Final - Sample War App - Using Eclipselink 2.6.4 - jar-file paths not properly handle
Goto Forum:
  


Current Time: Tue Mar 19 06:31:27 GMT 2024

Powered by FUDForum. Page generated in 0.02054 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top