MySQL Forums
Forum List  »  MySQL Workbench

Default schema storage engine field?
Posted by: Karsten Wutzke
Date: April 24, 2009 11:52AM

I have the following code:

-- set basic options
yaml = yaml .. "options:\n"
yaml = yaml .. " collation: " .. schema.defaultCollationName .. "\n"
yaml = yaml .. " charset: " .. schema.defaultCharacterSetName .. "\n"
yaml = yaml .. " type: " .. "InnoDB" .. "\n\n"

This just generates a piece of YAML code (string) by accessing MySQL Workbench schema attrributes/fiels

schema.defaultCollationName
schema.defaultCharacterSetName

Missing:
schema.defaultStorageEngineName or else

Is there such a property? What's its name?

I mean the one which is settable via "Tools" -> "Options..." -> "MySQL" (tab), the dropdown box calles "Default Storage Engine"

Karsten

Options: ReplyQuote


Subject
Views
Written By
Posted
Default schema storage engine field?
6297
April 24, 2009 11:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.