mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
--source include/have_partition.inc
 | 
						|
--source include/have_innodb.inc
 | 
						|
 | 
						|
#
 | 
						|
# Bug #14673: Wrong InnoDB default row format
 | 
						|
#
 | 
						|
create table t1 (a int) engine=innodb partition by hash(a) ;
 | 
						|
show table status like 't1';
 | 
						|
drop table t1;
 | 
						|
 |