Skip navigation links

MySQL Forums :: Workbench - Plugins & Utilities :: Default schema storage engine field?


Advanced Search

Re: Default schema storage engine field?
Posted by: Mike Lischke ()
Date: April 28, 2009 02:55AM

Hey Karsten,

the value for the MySQL default storage engine is stored in /wb/options/options/db.mysql.Table:tableEngine (this is the GRT tree path, note the two "options" subpaths). You need to get a reference to the options dict, similar how you did for the schema.

A good help for learning what can be used in scripts is the GRT shell. Given you are on Windows you can open it from the toolbar (the black icon), from the main menu (View->Advanced->GRT Shell) or using the shortcut Ctrl+F3. Together with the GRT shell also the GRT tree will be revealed and you can browse it to find all the info stored in the model, including settings and application state. Alternatively you can navigate the grt by using commands like on a file system. For instance "cd" changes into a branch, "ls" or "dir" lists its children etc. Also use "help" to find more info.

HTH

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/5.6/en/index.html



Edited 1 time(s). Last edit at 04/28/2009 02:56AM by Mike Lischke.

Options: ReplyQuote


Subject Views Written By Posted
Default schema storage engine field? 5426 Karsten Wutzke 04/24/2009 11:52AM
Re: Default schema storage engine field? 2322 Mike Lischke 04/28/2009 02:55AM
Re: Default schema storage engine field? 3777 Karsten Wutzke 04/28/2009 10:22AM
Re: Default schema storage engine field? 2664 Edwin DeSouza 04/28/2009 11:07AM


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.