mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-26 19:34:49 +02:00
update 6.2.4
This commit is contained in:
@@ -50,6 +50,7 @@ class datatools:
|
||||
ret3 = []
|
||||
for i in tables:
|
||||
if i == 1049: return public.returnMsg(False,'DB_NOT_EXIST')
|
||||
if type(i) == int: continue
|
||||
table = self.map_to_list(self.DB_MySQL.query("show table status from `%s` where name = '%s'" % (db_name, i[0])))
|
||||
if not table: continue
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user