~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/have_linux.inc

  • Committer: Brian Aker
  • Date: 2010-09-23 21:03:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1791.
  • Revision ID: brian@tangent.org-20100923210357-sgb63km967p0qjue
Fix for data being too long in output column, plus I have added a
"have_linux" for tests to use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- require r/have_linux.require
 
2
disable_query_log;
 
3
select VARIABLE_VALUE from data_dictionary.global_variables WHERE Variable_name="version_compile_os";
 
4
enable_query_log;