Revert fix inner_table.desc_sys_views_in_sys in master
This commit is contained in:
parent
9f74ae5af9
commit
3db7eaf51f
@ -272,6 +272,9 @@ DEFINER varchar(93) NO
|
||||
CHARACTER_SET_CLIENT varchar(32) NO NULL
|
||||
COLLATION_CONNECTION varchar(32) NO NULL
|
||||
DATABASE_COLLATION varchar(32) NO NULL
|
||||
select /*+QUERY_TIMEOUT(60000000)*/ count(*) as cnt from (select * from information_schema.ROUTINES limit 1);
|
||||
cnt
|
||||
1
|
||||
desc information_schema.PROFILING;
|
||||
Field Type Null Key Default Extra
|
||||
QUERY_ID bigint(20) NO
|
||||
|
@ -50,11 +50,6 @@ if ($table_name == 'DBA_TAB_COL_STATISTICS')
|
||||
{
|
||||
let $query_type = 2;
|
||||
}
|
||||
# 先不对ROUTINES视图进行select操作
|
||||
if ($table_name == 'ROUTINES')
|
||||
{
|
||||
let $query_type = 3;
|
||||
}
|
||||
|
||||
if ($query_type == 1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user