~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/variables.test

  • Committer: Jay Pipes
  • Date: 2009-02-28 20:43:31 UTC
  • mto: (910.2.6 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: jpipes@serialcoder-20090228204331-6x804cdbfzyy9w8i
Merged in remove-timezone work

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