This package contains innotop and InnoDBParser.  Please view the perldoc
for more details on them.

Changelog:

2007-01-06: version 1.0
   * NOTE: innotop is now hosted at Sourceforge, in Subversion not CVS.
     The new project homepage is http://sourceforge.net/projects/innotop/
   * Prevent control characters from freaking terminal out.
   * Set timeout to keep busy servers from closing connection.
   * There is only one InnoDB insert buffer.
   * Make licenses clear and consistent.

2006-11-14: innotop 0.1.160, InnoDBParser version 1.69
   * Support for ANSI color on Microsoft Windows (more readable, compact
     display; thanks Gisbert W. Selke).
   * Better handling of $ENV{HOME} on Windows.
   * Added a LICENSE file to the package as per Gentoo bug:
     http://bugs.gentoo.org/show_bug.cgi?id=147600

2006-11-11: innotop 0.1.157, InnoDBParser version 1.69
   * Add Microsoft Windows support.

2006-10-19: innotop 0.1.154, InnoDBParser version 1.69
   * Add O (Open Tables) mode
   * Add some more checks to handle incomplete InnoDB status information

2006-09-30: innotop 0.1.152, InnoDBParser version 1.69
   * Figured out what was wrong with package $VERSION variable: it wasn't
     after the package declaration!

2006-09-28: innotop 0.1.152, InnoDBParser version 1.67
   * Make more efforts towards crash-resistance and tolerance of completely
     messed-up inputs.  If innotop itself is broken, it is now much harder to
     tell, because it just keeps on running without complaining.
   * Fix a small bug parsing out some information and displaying it.

2006-09-05: innotop 0.1.149, InnoDBParser version 1.64
   * Try to find and eliminate any parsing code that assumes pattern matches
     will succeed.

2006-09-05: innotop 0.1.149, InnoDBParser version 1.62
   * Make innotop crash-resistant, so I can declare it STABLE finally.
   * Instead of using SQL conditional comments, detect MySQL version.

2006-08-22: innotop 0.1.147, InnoDBParser version 1.60
   * Fix some innotop bugs with undefined values, bad formatting etc.

2006-08-19: innotop 0.1.146, InnoDBParser version 1.60
   * Make innotop handle some unexpected NULL values in Q mode.
   * Add OS wait information to W mode, so it is now "everything that waits."
   * Center section captions better.
   * Make R mode more readable and compact.
   * Make InnoDBParser parse lock waits even when they've been waiting 0 secs.

2006-08-12: innotop 0.1.139, InnoDBParser version 1.59
   * Add more documentation
   * Tweak V mode to show more info in less space.
   * Fix a bug in G mode.

2006-08-10: innotop 0.1.132, InnoDBParser version 1.58
   * Handle yet more types of FK error... it will never end!
   * Handle some special cases when DEADLOCK info truncated
   * Add a bit more FK info to F mode in innotop
   * More tests added to the test suite

2006-08-07: innotop 0.1.131, InnoDBParser version 1.55
   * Fix another issue with configuration
   * Handle another type of FK error

2006-08-03: innotop 0.1.130, InnoDBParser version 1.54
   * Fix an issue loading config file
   * Add heap_no to 'D' (InnoDB Deadlock) mode to ease deadlock debugging.

2006-08-02: innotop 0.1.128, InnoDBParser version 1.54
   * Parse lock wait information from the TRANSACTION section.
   * Even more OS-specific parsing... pain in the butt...
   * Add 'W' (InnoDB Lock Wait) mode.
   * Fix some minor display issues with statusbar.

2006-08-02: innotop 0.1.125, InnoDBParser version 1.50
   * Don't try to get references to Perl built-in functions like time()
   * Handle more OS-specific variations of InnoDB status text
   * Add some more information to various places in innotop

2006-08-01: innotop 0.1.123, InnoDBParser version 1.47

   * Enhance S and G modes: clear screen and re-print headers
   * Don't crash when deadlock data is truncated
   * Make Analyze mode say how to get back to whatever you came from
   * Display 'nothing to display' when there is nothing
   * Add ability to read InnoDB status text from a file (mostly helps test)
   * Add table of Wait Array Information in Row Op/Semaphore mode
   * Add table of lock information in InnoDB deadlock mode
   * Ensure new features in upgrades don't get masked by existing config files
   * Tweak default column choices for T mode
   * Enhance foreign key parsing
   * Enhance physical record and data tuple parsing
   * Enhance lock parsing (handle old-style and new-style formats)

2006-07-24: innotop 0.1.112, InnoDBParser version 1.36

   * InnoDBParser enhancements for FK error messages.
   * A fix to innotop to prevent it from crashing while trying to display a FK
     error message.
   * Some minor cosmetic changes to number formatting in innotop.

2006-07-22: innotop 0.1.106, InnoDBParser version 1.35

   * InnoDBParser is much more complete and accurate.
   * Tons of bug fixes.
   * Add partitions to EXPLAIN mode.
   * Enhance Q mode header, add T mode header.
   * Share some configuration variables across modes.
   * Add formatted time columns to Q, T modes.
   * Add command-line argument parsing.
   * Turn off echo when asking for password.
   * Add option to specify port when connecting.
   * Let display-optimized-query display multiple notes.
   * Lots of small improvements, such as showing more info in statusbar.

2006-07-02: innotop 0.1.74, InnoDBParser version 1.24

   * Initial release for public consumption.
