mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-27 05:56:07 +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.
		
			
				
	
	
		
			7 lines
		
	
	
		
			88 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			88 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| select * from t1;
 | |
| objid	tablename	oid
 | |
| 1	t1	4
 | |
| 2	metatable	1
 | |
| 3	metaindex	1
 | |
| drop table t1;
 |