mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	We don't fix the bug itself, we just make regex functions display errors returned from pcre_exec() as MariaDB warnings.
		
			
				
	
	
		
			7 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			137 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --source include/have_debug.inc
 | |
| 
 | |
| SET debug_dbug='+d,pcre_exec_error_123';
 | |
| SELECT 'a' RLIKE 'a';
 | |
| SET debug_dbug='';
 | |
| SELECT 'a' RLIKE 'a';
 |