~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/not_as_root.inc

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- require r/not_as_root.require
2
2
disable_query_log;
3
 
eval select "$MYSQL_TEST_ROOT" as running_as_root;
 
3
eval select "$DRIZZLE_TEST_ROOT" as running_as_root;
4
4
enable_query_log;