mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			166 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			166 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| ##### suite/funcs_1/include/create_database.inc
 | |
| 
 | |
| --disable_warnings
 | |
| eval DROP DATABASE IF EXISTS $new_database;
 | |
| --enable_warnings
 | |
| eval CREATE DATABASE $new_database;
 | 
