~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/variables.test

  • Committer: Brian Aker
  • Date: 2009-03-05 08:26:07 UTC
  • mfrom: (910.2.11 mordred-noatomics)
  • Revision ID: brian@tangent.org-20090305082607-30deookk6sdycdeb
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
482
482
#select * from information_schema.session_variables where variable_name like 'sql_warnings';
483
483
 
484
484
#
485
 
# Bug #12792: @@system_time_zone is not SELECTable.
486
 
#
487
 
# Don't actually output, since it depends on the system
488
 
--replace_column 1 #
489
 
select @@system_time_zone;
490
 
 
491
 
#
492
485
# Bug #15684: system variables cannot be SELECTed (e.g. @@version_comment)
493
486
#
494
487
# Don't actually output, since it depends on the system