~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_create_table_utf8.result

  • Committer: Brian Aker
  • Date: 2009-08-24 20:01:53 UTC
  • mfrom: (1119.2.11 merge)
  • Revision ID: brian@gaz-20090824200153-o7lawmu7lfkimc33
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
t1      CREATE TABLE `t1` (
6
6
  `a` enum('aaaa','킱') DEFAULT NULL
7
7
) ENGINE=DEFAULT
 
8
DROP TABLE t1;