~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/not_valgrind.inc

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--require r/not_valgrind.require
2
 
--disable_query_log
3
 
eval select $VALGRIND_TEST as using_valgrind;
4
 
--enable_query_log
 
1
-- require r/not_valgrind.require
 
2
disable_query_log;
 
3
select COUNT(*) as c from data_dictionary.environmental WHERE Variable_name="VALGRIND_RUN";
 
4
enable_query_log;