mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # This test must examine integrity of system database "mysql"
 | |
| #
 | |
| 
 | |
| -- disable_query_log
 | |
| use mysql;
 | |
| -- enable_query_log
 | |
| -- source include/system_db_struct.inc
 | |
| -- disable_query_log
 | |
| use test;
 | |
| -- enable_query_log
 | |
| # keep results same with system_mysql_db_fix
 | |
| show tables;
 | 
