~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/group_by.result

  • Committer: Monty Taylor
  • Date: 2009-03-03 08:32:10 UTC
  • mfrom: (909 drizzle)
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090303083210-3cnjr53jspruighy
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1411
1411
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
1412
1412
1       PRIMARY t2      index   a       a       5       NULL    4       Using index; Start temporary
1413
1413
1       PRIMARY t1      ALL     NULL    NULL    NULL    NULL    144     Using where; End temporary; Using join buffer
 
1414
SHOW VARIABLES LIKE 'old';
 
1415
Variable_name   Value
 
1416
old     OFF
 
1417
SET @@old = off;
 
1418
ERROR HY000: Variable 'old' is a read only variable
1414
1419
DROP TABLE t1, t2;
1415
1420
CREATE TABLE t1(
1416
1421
a INT,