mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	Bump deps
This commit is contained in:
		
							
								
								
									
										6
									
								
								vendor/github.com/go-sql-driver/mysql/errors.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/github.com/go-sql-driver/mysql/errors.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -31,6 +31,12 @@ var (
 | 
			
		||||
	ErrPktSyncMul        = errors.New("commands out of sync. Did you run multiple statements at once?")
 | 
			
		||||
	ErrPktTooLarge       = errors.New("packet for query is too large. Try adjusting the 'max_allowed_packet' variable on the server")
 | 
			
		||||
	ErrBusyBuffer        = errors.New("busy buffer")
 | 
			
		||||
 | 
			
		||||
	// errBadConnNoWrite is used for connection errors where nothing was sent to the database yet.
 | 
			
		||||
	// If this happens first in a function starting a database interaction, it should be replaced by driver.ErrBadConn
 | 
			
		||||
	// to trigger a resend.
 | 
			
		||||
	// See https://github.com/go-sql-driver/mysql/pull/302
 | 
			
		||||
	errBadConnNoWrite = errors.New("bad connection")
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var errLog = Logger(log.New(os.Stderr, "[mysql] ", log.Ldate|log.Ltime|log.Lshortfile))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user