mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| --source include/not_embedded.inc
 | |
| 
 | |
| if (!$AUTH_SOCKET_SO) {
 | |
|   skip No unix_socket plugin;
 | |
| }
 | |
| 
 | |
| if (!$USER) {
 | |
|   skip USER variable is undefined;
 | |
| }
 | |
| 
 | |
| if (`SELECT count(*) <> 0 FROM mysql.user WHERE user = '$USER'`) {
 | |
|   skip \$USER=$USER which exists in mysql.user;
 | |
| }
 |