Largely working, but un-tested, pt-upgrade 2.2 for host-to-host comparison. Add EventExecutor.pm.

This commit is contained in:
Daniel Nichter
2013-02-15 19:50:54 -07:00
parent 550a97b9c2
commit 6f735bfb3a
7 changed files with 1037 additions and 154 deletions

View File

@@ -4,7 +4,7 @@ USE test;
DROP TABLE IF EXISTS t;
CREATE TABLE `t` (
`id` int(10) NOT NULL,
`name` varchar(255) default NULL,
`username` varchar(32) default NULL,
`last_login` datetime default NULL,
PRIMARY KEY (`id`)
);