~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/replication/replication-ddl_sql.yy

Fix: Variable name is $pick_mode and not $pickmode

Show diffs side-by-side

added added

removed removed

Lines of Context:
761
761
        # This is needed for the generation of the following scenario.
762
762
        # m statements of an transaction use non transactional tables followed by
763
763
        # n statements which use transactional tables.
764
 
        { if ( ($prng->int(1,4) == 4) && ($pick_mode == 4) ) { $pickmode = 3 } ; return undef } ;
 
764
        { if ( ($prng->int(1,4) == 4) && ($pick_mode == 4) ) { $pick_mode = 3 } ; return undef } ;
765
765
 
766
766
binlog_format_set:
767
767
        # 1. SESSION BINLOG_FORMAT --> How the actions of our current session will be bin logged.
778
778
        #    1559 Cannot switch out of the row-based binary log format when the session has open temporary tables
779
779
        # Although this means we do not get the intended BINLOG_FORMAT there will be no additional
780
780
        # problems like we run unsafe statements etc. Our fortune is that we are already running
781
 
        # with binary log format row which is "compatible" with any pickmode.
 
781
        # with binary log format row which is "compatible" with any pick_mode.
782
782
        rand_global_binlog_format  |
783
783
        rand_session_binlog_format |
784
784
        rand_session_binlog_format |