~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/fix_priv_tables.test

  • 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
 
# Don't run this test if $MYSQL_FIX_PRIVILEGE_TABLES isn't set
 
1
# Don't run this test if $DRIZZLE_FIX_PRIVILEGE_TABLES isn't set
2
2
# to the location of mysql_fix_privilege_tables.sql
3
 
if (`SELECT LENGTH("$MYSQL_FIX_PRIVILEGE_TABLES") <= 0`)
 
3
if (`SELECT LENGTH("$DRIZZLE_FIX_PRIVILEGE_TABLES") <= 0`)
4
4
{
5
 
  skip Test need MYSQL_FIX_PRIVILEGE_TABLES;
 
5
  skip Test need DRIZZLE_FIX_PRIVILEGE_TABLES;
6
6
}
7
7
 
8
8
#