mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# Test the debugging feature "show procedure/function code <name>" 
 | 
						|
#
 | 
						|
 | 
						|
-- source include/not_debug.inc
 | 
						|
 | 
						|
--error ER_FEATURE_DISABLED
 | 
						|
show procedure code foo;
 | 
						|
 | 
						|
--error ER_FEATURE_DISABLED
 | 
						|
show function code foo;
 | 
						|
 |