~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/teardown-global-constraints.inc

This modifies basic auth such that:

1) We now by default only bind to localhost.
2) We now have a plugin which creates the auth_all behavior.
3) Anonymous logins only work if enabled on auth_all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--disable_warnings
 
2
--disable_query_log
 
3
DROP TABLE IF EXISTS t1;
 
4
DROP TABLE IF EXISTS t2;
 
5
DROP TABLE IF EXISTS t3;
 
6
--enable_query_log
 
7
--enable_warnings