mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| create role r;
 | |
| set role r;
 | |
| drop role r;
 | |
| revoke all on *.* from current_role;
 | |
| ERROR OP000: Invalid role specification `r`
 | 
