~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/fix_priv_tables.test

More cleanup, this time libmysql_r goes to the bitbucket

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Embedded server doesn't support external clients
2
 
--source include/not_embedded.inc
3
 
 
4
1
# Don't run this test if $MYSQL_FIX_PRIVILEGE_TABLES isn't set
5
2
# to the location of mysql_fix_privilege_tables.sql
6
3
if (`SELECT LENGTH("$MYSQL_FIX_PRIVILEGE_TABLES") <= 0`)