~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/engines/falcon/falcon_replication.zz

fix bad .zz files, data should be followed by a = and not by => 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        charsets => ['utf8', 'latin1' ]
31
31
};
32
32
 
33
 
$data => {
 
33
$data = {
34
34
        numbers => [ 'digit', 'null', undef ],
35
35
        strings => [ 'letter', 'english', 'null' ],
36
36
        blobs => [ 'english', 'data' ]