exclude from caching

This commit is contained in:
servertood
2008-11-02 06:02:29 +00:00
parent 36569f11a0
commit 0844cf75cf

View File

@@ -52,7 +52,9 @@
DB db = context.get("db");
DB db = new SQLLoggingDB((SQLLoggingDB)context.get("db"));
db.useCache(false);
DB.Result result = db.execute("show columns from `mysql`.`user` where field like '%_priv'");
String[] privList = new String[result.size()];
int[] selections = new int[8];