~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/include/not_as_root.inc

  • Committer: Brian Aker
  • Date: 2008-07-03 00:14:39 UTC
  • Revision ID: brian@tangent.org-20080703001439-pit0mcl0wk8elxlq
Cleanup of sql-common and mysqldump

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 "$DRIZZLE_TEST_ROOT" as running_as_root;
 
3
eval select "$MYSQL_TEST_ROOT" as running_as_root;
4
4
enable_query_log;