#1569 force InnoDB for MySQL
This commit is contained in:
		
					parent
					
						
							
								a7ee654646
							
						
					
				
			
			
				commit
				
					
						b1f0f85789
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -156,7 +156,7 @@ func NewTestEngine(x *xorm.Engine) (err error) {
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	x.SetMapper(core.GonicMapper{})
 | 
			
		||||
	return x.Sync(tables...)
 | 
			
		||||
	return x.StoreEngine("InnoDB").Sync2(tables...)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func SetEngine() (err error) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue