The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.86

  • Updated mysqld options to reduce cache sizes, memory footprint drops to 13 megabytes;
  • Fixed bug where strings containing ascii NULL characters were not handled properly;
  • set() and new() methods are available for Item-s;
  • Added tests case for item creation and modification;
  • Added more new() constructors for items and a test in items.t
  • Table aliases are not printed if identical to table name
  • Added --read_only to the list of default libmysqld options
  • Cleaned up /examples and removed .pl scripts from root dir
  • Fixed memory leak in nested joins

Modules

Perl API for MySQL's SQL Parser
Accessing the items from a DBIx::MyParse::Query parse tree
Access the parse tree produced by DBIx::MyParse