mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 8acbd6a2ba
			
		
	
	8acbd6a2ba
	
	
	
		
			
			1) fix so that missing blob tables don't prevent table from being
    dropped
2) decrease size of blob part if record length exceeds max length
3) add test case for table wo/ corresponding blob table
4) init scan counters when sending scan_tabreq
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| select * from t9 order by a;
 | |
| a	b
 | |
| 1	2
 | |
| 2	3
 | |
| 3	4
 | |
| 4	5
 | |
| show status like 'handler_discover%';
 | |
| Variable_name	Value
 | |
| Handler_discover	1
 | |
| drop table t9;
 | |
| select * from t10;
 | |
| ERROR HY000: Got error 4263 'Invalid blob attributes or invalid blob parts table' from ndbcluster
 | |
| drop table t10;
 |