mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Just a couple of tests to make sure that schema works.
 | 
						|
#
 | 
						|
 | 
						|
create schema foo;
 | 
						|
show create schema foo;
 | 
						|
show schemas;
 | 
						|
drop schema foo;
 |