To generate opts.py needed for WBA:

#1. Check out mysqld.xml from svn+ssh://<user>@docsrva.mysql.com/svn/mysqldoc/trunk/dynamic-docs/command-optvars
1. Due to org changes, the mysqld.xml file must be fetched from http://mydocs.norway.sun.com/wb-files/mysqld.xml
2. copy mysqld.xml to ./new subdir
3. Sunsequently run:
  a) 1_mysqld2optlist.py
  b) 2_optlist2opts.py
4. Examine output from the commands above for the errors.
5. If everything is fine in ./new directory you will find opts.py with size approx 200k
6. Copy it to plugins/wb.admin/backend

That is it.


Files used:
  missing_info.py - has overrides for option definitions parts. For reference format consult existng opts.py
  options_struct.py - contains layout of options. Format is pretty straightforward
  structure.xml contains 1:1 layout of UI tabs
