mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	 2e912bbbe8
			
		
	
	2e912bbbe8
	
	
	
		
			
			mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
		
			
				
	
	
		
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| create schema foo;
 | |
| show create schema foo;
 | |
| Database	Create Database
 | |
| foo	CREATE DATABASE `foo` /*!40100 DEFAULT CHARACTER SET latin1 */
 | |
| show schemas;
 | |
| Database
 | |
| information_schema
 | |
| foo
 | |
| mysql
 | |
| test
 | |
| drop schema foo;
 |