mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Correct broken unaligned load/store in armv5 (#1355)
Update vendor github.com/boltdb/bolt to take care of the issue #1354.
This commit is contained in:
		
				
					committed by
					
						 Lunny Xiao
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							d800305b34
						
					
				
				
					commit
					a78a0266c4
				
			
							
								
								
									
										3
									
								
								vendor/github.com/boltdb/bolt/errors.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/boltdb/bolt/errors.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -12,7 +12,8 @@ var ( | ||||
| 	// already open. | ||||
| 	ErrDatabaseOpen = errors.New("database already open") | ||||
|  | ||||
| 	// ErrInvalid is returned when a data file is not a Bolt-formatted database. | ||||
| 	// ErrInvalid is returned when both meta pages on a database are invalid. | ||||
| 	// This typically occurs when a file is not a bolt database. | ||||
| 	ErrInvalid = errors.New("invalid database") | ||||
|  | ||||
| 	// ErrVersionMismatch is returned when the data file was created with a | ||||
|   | ||||
		Reference in New Issue
	
	Block a user