-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: zhong821/mysql
base: master
head repository: go-sql-driver/mysql
compare: master
Commits on Sep 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 527bcd5 - Browse repository at this point
Copy the full SHA 527bcd5View commit details
Commits on Oct 29, 2015
-
Actually zero out the bytes in the HandshakeResponse320
: The specification says these bytes should be zero but the current implementation simply ignores them. Since takeSmallBuffer ends up reusing a buffer for this packet the values might not be all zeros.
Configuration menu - View commit details
-
Copy full SHA for fd85cc8 - Browse repository at this point
Copy the full SHA fd85cc8View commit details
Commits on Oct 30, 2015
-
Merge pull request go-sql-driver#378 from Carrotman42/master
Actually zero out the bytes in the HandshakeResponse320
Configuration menu - View commit details
-
Copy full SHA for 69e3ed7 - Browse repository at this point
Copy the full SHA 69e3ed7View commit details
Commits on Nov 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7ec062f - Browse repository at this point
Copy the full SHA 7ec062fView commit details
Commits on Nov 10, 2015
-
Add _binary prefix when interpolating []byte data.
Since 5.6.27, mysql server produces a warning if string literals cannot be interpreted in a given character set (see Bug #20238729). As a consequence, the driver may fail to insert []byte data into BLOB columns when interpolateParams is true. This commit adds "_binary" encoding prefix when interpolating []byte data to avoid that warning. http://dev.mysql.com/doc/refman/5.7/en/charset-literal.html
Configuration menu - View commit details
-
Copy full SHA for 934e845 - Browse repository at this point
Copy the full SHA 934e845View commit details
Commits on Nov 12, 2015
-
Merge pull request go-sql-driver#382 from ymmt2005/interpolate_binary
Add _binary prefix when interpolating []byte data.
Configuration menu - View commit details
-
Copy full SHA for f368b3b - Browse repository at this point
Copy the full SHA f368b3bView commit details -
Race on LOAD DATA called from different routines
Maps are not routine safe so if you register readers/files from differents routines, the registry must be locked.
Configuration menu - View commit details
-
Copy full SHA for d4c1329 - Browse repository at this point
Copy the full SHA d4c1329View commit details -
Merge pull request go-sql-driver#383 from mrsinham/thrdsafeinfile
Race on LOAD DATA called from different routines
Configuration menu - View commit details
-
Copy full SHA for d512f20 - Browse repository at this point
Copy the full SHA d512f20View commit details
Commits on Dec 6, 2015
-
Fixes go-sql-driver#389 by not sending COM_QUIT until authenticated. …
…Also refactors auth response handling code into func to reduce some duplication of logic. Test requires a MySQL socket and user having privs to use it.
Configuration menu - View commit details
-
Copy full SHA for 0da0f4e - Browse repository at this point
Copy the full SHA 0da0f4eView commit details
Commits on Dec 24, 2015
-
QueryUnescape the tlsConfig name during DSN parsing.
Also add unit test.
Configuration menu - View commit details
-
Copy full SHA for 0874761 - Browse repository at this point
Copy the full SHA 0874761View commit details
Commits on Jan 6, 2016
-
Merge pull request go-sql-driver#380 from refl/master
Fix tests with MySQL 5.7.9
Configuration menu - View commit details
-
Copy full SHA for bb006fd - Browse repository at this point
Copy the full SHA bb006fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e93316 - Browse repository at this point
Copy the full SHA 5e93316View commit details -
Merge pull request go-sql-driver#397 from Carrotman42/master
QueryUnescape the tlsConfig name during DSN parsing.
Configuration menu - View commit details
-
Copy full SHA for c9c5955 - Browse repository at this point
Copy the full SHA c9c5955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5d83a - Browse repository at this point
Copy the full SHA 0f5d83aView commit details -
Merge pull request go-sql-driver#390 from daniel-nichter/fix-389-sock…
…et-auth-fail-broken-pipe-error Fixes go-sql-driver#389 by not sending COM_QUIT until authenticated. Also refactor…
Configuration menu - View commit details
-
Copy full SHA for d8a5f6c - Browse repository at this point
Copy the full SHA d8a5f6cView commit details
Commits on Jan 7, 2016
-
Merge pull request go-sql-driver#2 from go-sql-driver/master
Pull recent changes from the main fork
Configuration menu - View commit details
-
Copy full SHA for de5a0de - Browse repository at this point
Copy the full SHA de5a0deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4041c6 - Browse repository at this point
Copy the full SHA a4041c6View commit details -
Merge pull request go-sql-driver#400 from Carrotman42/master
Use Errorf instead of Error in the correct places
Configuration menu - View commit details
-
Copy full SHA for 7a8740a - Browse repository at this point
Copy the full SHA 7a8740aView commit details
Commits on Jan 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d164b60 - Browse repository at this point
Copy the full SHA d164b60View commit details
Commits on Jan 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 481fa10 - Browse repository at this point
Copy the full SHA 481fa10View commit details -
Merge pull request go-sql-driver#402 from go-sql-driver/go1.5
Travis: Test with Go 1.5
Configuration menu - View commit details
-
Copy full SHA for 6fd058c - Browse repository at this point
Copy the full SHA 6fd058cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d7e96 - Browse repository at this point
Copy the full SHA c2d7e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec658e9 - Browse repository at this point
Copy the full SHA ec658e9View commit details
Commits on Jan 18, 2016
-
Merge pull request go-sql-driver#403 from go-sql-driver/dsn
Export ParseDSN and Config
Configuration menu - View commit details
-
Copy full SHA for 809154b - Browse repository at this point
Copy the full SHA 809154bView commit details
Commits on Jan 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for de0bbfa - Browse repository at this point
Copy the full SHA de0bbfaView commit details -
Improve timeouts implementation
- use local attributes for timeouts - do not type assert to net.Conn each time - DSN params are CamelCase
Configuration menu - View commit details
-
Copy full SHA for 68ca989 - Browse repository at this point
Copy the full SHA 68ca989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd96dd - Browse repository at this point
Copy the full SHA 2cd96ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f9f33 - Browse repository at this point
Copy the full SHA f7f9f33View commit details -
Merge pull request go-sql-driver#401 from go-sql-driver/timeout
read / write timeouts
Configuration menu - View commit details
-
Copy full SHA for 72ea5d0 - Browse repository at this point
Copy the full SHA 72ea5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618fbd9 - Browse repository at this point
Copy the full SHA 618fbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca130be - Browse repository at this point
Copy the full SHA ca130beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a059889 - Browse repository at this point
Copy the full SHA a059889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cad0fb - Browse repository at this point
Copy the full SHA 4cad0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d51ab - Browse repository at this point
Copy the full SHA 11d51abView commit details
Commits on Jan 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 280e61d - Browse repository at this point
Copy the full SHA 280e61dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acb04ff - Browse repository at this point
Copy the full SHA acb04ffView commit details -
Enable Multi Results support and discard additional results
- packets.go: flag clientMultiResults, update status when receiving an EOF packet, discard additional results on readRow when EOF is reached - statement.go: currently a nil rows.mc is used as an eof, don’t set it if there are no columns to avoid that Next() waits indefinitely - rows.go: discard additional results on close and avoid panic on Columns()
Configuration menu - View commit details
-
Copy full SHA for 8cbeffa - Browse repository at this point
Copy the full SHA 8cbeffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce0b98 - Browse repository at this point
Copy the full SHA 5ce0b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdf5bd - Browse repository at this point
Copy the full SHA 1bdf5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c5db6 - Browse repository at this point
Copy the full SHA 71c5db6View commit details -
discard additional OK response after Multi Statement Exec Calls
Configuration menu - View commit details
-
Copy full SHA for 4aa920d - Browse repository at this point
Copy the full SHA 4aa920dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acb3ebd - Browse repository at this point
Copy the full SHA acb3ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e44c4 - Browse repository at this point
Copy the full SHA c1e44c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 023343e - Browse repository at this point
Copy the full SHA 023343eView commit details
Commits on Jan 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 416bd11 - Browse repository at this point
Copy the full SHA 416bd11View commit details
Commits on Jan 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8d8957e - Browse repository at this point
Copy the full SHA 8d8957eView commit details
Commits on Jan 25, 2016
-
Merge pull request go-sql-driver#414 from go-sql-driver/json
Add field type JSON support
Configuration menu - View commit details
-
Copy full SHA for 7c7f556 - Browse repository at this point
Copy the full SHA 7c7f556View commit details
Commits on Jan 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bba2f88 - Browse repository at this point
Copy the full SHA bba2f88View commit details
Commits on Jan 30, 2016
-
Merge pull request go-sql-driver#411 from go-sql-driver/multistmt
Multistatements and multi results
Configuration menu - View commit details
-
Copy full SHA for b4db83c - Browse repository at this point
Copy the full SHA b4db83cView commit details
Commits on Jan 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8b688fb - Browse repository at this point
Copy the full SHA 8b688fbView commit details
There are no files selected for viewing
This file was deleted.