~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_gconcat.result

  • Committer: Stewart Smith
  • Date: 2010-08-05 16:41:55 UTC
  • mfrom: (1638.9.13)
  • mto: (1720.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1721.
  • Revision ID: stewart@flamingspork.com-20100805164155-7olu6iv6rwoxfsne
Merged store-foreign-key-in-table-proto into show-create-table-using-table-message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
Table   Create Table
460
460
t2      CREATE TABLE `t2` (
461
461
  `a` varchar(100) DEFAULT NULL
462
 
) ENGINE=DEFAULT
 
462
) ENGINE=DEFAULT COLLATE = utf8_general_ci
463
463
select collation(group_concat(a,b)) from t1;
464
464
collation(group_concat(a,b))
465
465
utf8_general_ci