mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			378 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			378 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # MDEV-36437 mariabackup - confusing error message when running out of file handles with partitioned MyISAM
 | |
| #
 | |
| create table t1 (
 | |
| id bigint(20) not null auto_increment,
 | |
| primary key (id)
 | |
| ) engine=myisam
 | |
| partition by hash (id)
 | |
| partitions 600;
 | |
| FOUND 1 /Error 24 on file ./test/t1#P#p\d+\.MY[DI] open during `test`.`t1` table copy: Too many open files/ in backup.log
 | |
| drop table t1;
 | 
