SQL Audit adds network_wait_time column placeholder
This commit is contained in:
		@ -782,6 +782,7 @@ tx_internal_route_version	bigint(20) unsigned	NO		NULL
 | 
			
		||||
flt_trace_id	varchar(1024)	NO		NULL	
 | 
			
		||||
pl_trace_id	varchar(128)	YES		NULL	
 | 
			
		||||
plsql_exec_time	bigint(20)	NO		NULL	
 | 
			
		||||
network_wait_time	bigint(20) unsigned	YES		NULL	
 | 
			
		||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_sql_audit;
 | 
			
		||||
IF(count(*) >= 0, 1, 0)
 | 
			
		||||
1
 | 
			
		||||
 | 
			
		||||
@ -855,6 +855,7 @@ tx_internal_route_version	bigint(20) unsigned	NO		NULL
 | 
			
		||||
flt_trace_id	varchar(1024)	NO		NULL	
 | 
			
		||||
pl_trace_id	varchar(128)	YES		NULL	
 | 
			
		||||
plsql_exec_time	bigint(20)	NO		NULL	
 | 
			
		||||
network_wait_time	bigint(20) unsigned	YES		NULL	
 | 
			
		||||
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_sql_audit;
 | 
			
		||||
IF(count(*) >= 0, 1, 0)
 | 
			
		||||
1
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user