~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/have_valgrind.inc

  • Committer: Andy Lester
  • Date: 2008-08-10 02:15:48 UTC
  • mto: (266.1.31 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: andy@petdance.com-20080810021548-0zx8nhzva6al10k3
Added a proper const qualifer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
disable_query_log;
2
 
select COUNT(*) as c from data_dictionary.environmental WHERE Variable_name="VALGRIND_RUN";
3
 
enable_query_log;