~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/analyze.result

  • Committer: Brian Aker
  • Date: 2010-07-12 06:26:42 UTC
  • Revision ID: brian@gaz-20100712062642-6flofbshd9rfbi0c
MErge in change to do YES/NO like standard requires.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
test.t1 analyze status  OK
43
43
show index from t1;
44
44
Table   Unique  Key_name        Seq_in_index    Column_name
45
 
t1      FALSE   a       1       a
 
45
t1      NO      a       1       a
46
46
drop table t1;
47
47
End of 4.1 tests
48
48
End of 5.0 tests