mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
exclude from caching
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user