mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 a01a0840dc
			
		
	
	a01a0840dc
	
	
	
		
			
			Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
		
			
				
	
	
		
			9 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Note that this test uses tables from the previous test
 | |
| # This is to test that the table t1 survives a reboot of MySQL
 | |
| # The options in the -master.opt file are just there to force the reboot
 | |
| #
 | |
| -- source include/have_bdb.inc
 | |
| select * from t1;
 | |
| drop table t1;
 |