~patrick-crews/randgen/bug961630

« back to all changes in this revision

Viewing changes to conf/drizzle/outer_join_drizzle.zz

  • Committer: Philip Stoev
  • Date: 2010-05-16 17:34:17 UTC
  • Revision ID: pstoev@mysql.com-20100516173417-e31utm77v2dgzy61
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:
27
27
        null => [undef ]
28
28
};
29
29
 
30
 
$data => {
 
30
$data = {
31
31
        numbers => [ 'digit', 'null', undef ],
32
32
        strings => [ 'letter', 'english' , 'string(1024)']
33
33
};