~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_gconcat.result

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

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