~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_create_table_utf8.result

  • Committer: Monty Taylor
  • Date: 2009-03-31 18:02:35 UTC
  • mfrom: (942.3.1 drizzle)
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090331180235-ubjt5enwgnke1inf
Merged from Vladimir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Table   Create Table
5
5
t1      CREATE TABLE `t1` (
6
6
  `a` enum('aaaa','킱') DEFAULT NULL
7
 
) ENGINE=InnoDB
 
7
) ENGINE=DEFAULT