Project

General

Profile

Task #61129

Updated by Stefan Neufeind over 10 years ago

For create-table the variable "tableType" is used, coming from the classic "TYPE=" in a create-statement. 
 For alter-table the variable "engine" is used. 
 Unify that. Non-critical, since it's only used internally in the SqlParser.

Back