mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
remove slow simulation again
This commit is contained in:
@@ -63,10 +63,10 @@
|
||||
|
||||
DB.Result tables = db.execute("show full columns from `" + arg("dbName") + "`.`" + arg("tableName") + "`");
|
||||
|
||||
try
|
||||
/*try
|
||||
{
|
||||
Thread.sleep(5000);
|
||||
} catch (Exception e) {}
|
||||
} catch (Exception e) {}*/
|
||||
|
||||
publish(tables);
|
||||
|
||||
|
||||
@@ -51,10 +51,10 @@
|
||||
|
||||
DB.Result databases = db.execute("show table status from `" + arg("dbName") + "`");
|
||||
|
||||
try
|
||||
/*try
|
||||
{
|
||||
Thread.sleep(10000);
|
||||
} catch (Exception e) {}
|
||||
} catch (Exception e) {}*/
|
||||
|
||||
publish(databases);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user