~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • 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:
628
628
show variables like 'sql_warnings';
629
629
Variable_name   Value
630
630
sql_warnings    ON
631
 
select @@system_time_zone;
632
 
@@system_time_zone
633
 
#
634
631
select @@version, @@version_comment, @@version_compile_machine,
635
632
@@version_compile_os;
636
633
@@version       @@version_comment       @@version_compile_machine       @@version_compile_os