~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$tables = {
        rows => [10000],
        engines => ['MyISAM', 'PBXT', 'Aria', 'InnoDB' ]
};

$fields = {
        types => [ 'smallint', 'bigint', 'varchar(10)', 'varchar(64)' ],
        indexes => [ undef, 'key' ],
        null => [ undef ]
};

$data = {
        numbers => [ 0 , 'null', 'digit', 'tinyint_unsigned', 'smallint_unsigned', undef ],
        strings => [ 'letter', 'english' , 'varchar(2)', 'string(64)', 'states' ]
};