mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	- Move the specific test case to a separate file that is run only if we have a disabled handler.
		
			
				
	
	
		
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			211 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
create table t1 (id int) engine=NDB;
 | 
						|
Warnings:
 | 
						|
Warning	1266	Using storage engine MyISAM for table 't1'
 | 
						|
alter table t1 engine=NDB;
 | 
						|
Warnings:
 | 
						|
Warning	1266	Using storage engine MyISAM for table 't1'
 | 
						|
drop table t1;
 |