~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

Force client communication into UTF8

Show diffs side-by-side

added added

removed removed

Lines of Context:
2487
2487
    mtr_add_arg($args, "%s--log-bin-trust-function-creators", $prefix);
2488
2488
  }
2489
2489
 
2490
 
  mtr_add_arg($args, "%s--default-character-set=latin1", $prefix);
 
2490
  mtr_add_arg($args, "%s--default-character-set=utf8", $prefix);
2491
2491
  mtr_add_arg($args, "%s--tmpdir=$opt_tmpdir", $prefix);
2492
2492
 
2493
2493
  # Increase default connect_timeout to avoid intermittent