mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	* some of these tests run just fine with InnoDB: -> s/have_xtradb/have_innodb/ * sys_var tests did basic tests for xtradb only variables -> remove them, they're useless anyway (sysvar_innodb does it better) * multi_update had innodb specific tests -> move to multi_update_innodb.test
		
			
				
	
	
		
			15 lines
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# t/rowid_order_innodb.test
 | 
						|
#
 | 
						|
# Test for rowid ordering (and comparison) functions.
 | 
						|
# do index_merge select for tables with PK of various types. 
 | 
						|
#
 | 
						|
# Last update:
 | 
						|
# 2006-07-28 ML test refactored (MySQL 5.1)
 | 
						|
#               main code t/rowid_order_innodb.test -> include/rowid_order.inc
 | 
						|
#
 | 
						|
 | 
						|
--source include/have_innodb.inc
 | 
						|
let $engine_type= InnoDB;
 | 
						|
 | 
						|
--source include/rowid_order.inc
 |