~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/flush2.result

  • Committer: arjen at com
  • Date: 2008-08-25 13:26:34 UTC
  • mto: This revision was merged to the branch mainline in revision 371.
  • Revision ID: arjen@lentz.com.au-20080825132634-yh2563i3xvltoavx
Initial mods for making all tests work again. Some tests adapted+added.
List of tests in Makefile now alphabetically sorted, dups removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
show variables like 'log_bin%';
4
4
Variable_name   Value
5
5
log_bin OFF
6
 
log_bin_trust_function_creators ON
7
6
flush logs;
8
7
show variables like 'log_bin%';
9
8
Variable_name   Value
10
9
log_bin OFF
11
 
log_bin_trust_function_creators ON
12
10
set global expire_logs_days = 0;