An open API service providing commit metadata for open source projects.

GitHub / CodingBeard/mysql / commits

SHA Message Author Date Stats
877a9775 move tls and pubkey object creation to Config.normalize() (#958) Brandon Bennett <b****b@g****m>
Committed by: Inada Naoki <s****y@g****m>
over 7 years ago
8056f2ca packets: reset read deadline before conn check (#964) Vicent Martí <v****g@s****t>
Committed by: Julien Schmidt <j****t@u****m>
over 7 years ago
d0a54818 connection: interpolate uint64 parameters (#955) Vicent Martí <v****g@s****t>
Committed by: Julien Schmidt <j****t@u****m>
over 7 years ago
578c4c80 fix appengine (#950) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
93c3765e Update collations and make utf8mb4 default (#877) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
d3a0b0fc pass unsigned int without converting it to string (#838) Darren Hoo <d****o@g****m>
Committed by: Inada Naoki <s****y@g****m>
over 7 years ago
8f4b98d1 Fix regression in appengine.go (#949) Erwan Martin <c****t@e****r>
Committed by: Ichinose Shogo <s****8@g****m>
over 7 years ago
89ec2a9e Support Go 1.10 Connector interface (#941) Vicent Martí <v****t@g****m>
Committed by: Inada Naoki <s****y@g****m>
over 7 years ago
df597a23 buffer: Use a double-buffering scheme to prevent data races (#943)
Co-authored-by: vmg <v****t@g****m>
Vicent Martí <v****t@g****m>
Committed by: Inada Naoki <s****y@g****m>
over 7 years ago
c0f6b444 travis: add macOS test (#939) Inada Naoki <s****y@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
bc5e6eaa check connection liveness before writing query (#934) Vicent Martí <v****t@g****m>
Committed by: Inada Naoki <s****y@g****m>
over 7 years ago
1fbca2aa drop Go 1.8 support (#936) Inada Naoki <s****y@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 7 years ago
2c9d54fe README: 'Equivalent' is clearer (#927) Tim Ruffles <t****s@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 7 years ago
972a708c Utils typo wether --> whether. (#895) Simon J Mudd <s****d@b****m>
Committed by: Inada Naoki <m****e@u****m>
over 7 years ago
1b9eda25 test: close rows (#918) Jerome Meyer <p****t@u****m>
Committed by: Inada Naoki <m****e@u****m>
over 7 years ago
c45f530f README: warning about insecure TLS configs (#901) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
60d456a4 Implement support of Optional TLS (#900) Daniël van Eeden <g****b@m****l>
Committed by: Julien Schmidt <j****t@u****m>
over 7 years ago
6be42e0f Improve buffer handling (#890) Steven Hartland <s****d@m****k>
Committed by: INADA Naoki <m****e@u****m>
almost 8 years ago
369b5d6e Fix Auth Resnponse packet for cleartext password (#887) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
fd197cdc Return ErrBadConn for temporary Dial error (#867) Tom Jenkinson <t****n@u****m>
Committed by: INADA Naoki <m****e@u****m>
almost 8 years ago
64cea2f0 Remove mysqlContext (#886) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
dea3c7b6 travis: Add go 1.11.x (#876) Harald Nordgren <h****n@g****m>
Committed by: INADA Naoki <m****e@u****m>
almost 8 years ago
7daee5be Fix OldAuthSwitchRequest support (#870) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
0f257fc7 Call markBadConn in Ping method (#875) Ilia Cimpoes <i****s@e****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 8 years ago
361f66ef Fix cancelled context breaked mysqlConn (#862) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
99ff426e Fix caching_sha2_password with empty password (#826) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
447ae1fd Update README.md to remove 1.7 support doc (#829) Thomas Wodarek <w****e@g****m>
Committed by: Julien Schmidt <j****t@u****m>
about 8 years ago
7ac0064e try to fix handling of empty auth plugin names (#835) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
749ddf15 Drop Go 1.7 Support (#823) Ichinose Shogo <s****8@g****m>
Committed by: Julien Schmidt <j****t@u****m>
about 8 years ago
2307b45d Fix TIME format for binary columns (#818) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
d523deb1 Release v1.4.0 (#809) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
d743639f sha256_password auth support (#808) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
7413002f Skip flaky cancellation test checks that depend on a race-condition (#811) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
affd4c93 Auth refactoring and bug fixes (#807) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
64db0f7e Add one line note about 0000-00-00 date/datetime (#783)
Signed-off-by: INADA Naoki <s****y@g****m>
INADA Naoki <m****e@u****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
ceae19ce Fix empty SHA2 password handling (#800) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
44c24dfc packets: add regression test for #801 (#802) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
5afaf12c Fix 'panic: runtime error: slice bounds out of range' (#801) Richard Wilkes <w****s@m****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
d03e4c28 Travis: Add MySQL 8.0 test enviornment (#798) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
92a288d2 implement SessionResetter (#779) Ichinose Shogo <s****8@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
f5577307 Support caching_sha2_password (#794) Hajime Nakagami <n****i@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
3287d94d Make RegisterDial safe to call from multiple goroutines. (#773) Ross Light <r****s@z****m>
Committed by: Arne Hormann <a****n@u****m>
over 8 years ago
1a676ac6 Fix readLengthEncodedString() returned []byte had wrong capacity (#766) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
bcaf977e travis: Test with Go 1.10 (#764) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
e8153fbb Update ConvertValue() to match the database/sql/driver implementation except ... Andrew Reid <a****d@t****m>
Committed by: INADA Naoki <m****e@u****m>
over 8 years ago
02eb68a6 Fix error message for unsupported isolation level. (#744) Alexey Palazhchenko <a****o@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
5890359f fix typo (#761) ssp <c****5@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
bc14601d driver.ErrBadConn when init packet read fails (#736) Reed Allman <r****0@g****m>
Committed by: Arne Hormann <a****n@u****m>
over 8 years ago
2cc627ac Fix prepared statement (#734) INADA Naoki <m****e@u****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
4a0c3d73 Test with latest Go patch versions (#693) Alexey Palazhchenko <a****o@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
98894422 Differentiate between BINARY and CHAR (#724) Kieron Woodhouse <k****e@y****k>
Committed by: Julien Schmidt <j****t@u****m>
over 8 years ago
9181e3a8 Fix tls=true didn't work with host without port (#718) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
cd4cb909 Fixed imports for appengine/cloudsql (#700) Robert R. Russell <r****t@r****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
370fec2e statement: Fix conversion of Valuer (#710) Linh Tran Tuan <l****u@u****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
b816f3da Fix Valuers by returning driver.ErrSkip if couldn't convert type internally (... Dave Stubbs <d****e@r****k>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
78d399c0 Implement NamedValueChecker for mysqlConn (#690) Justin Li <j****i@g****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
0aa39ff1 Added support for custom string types in ConvertValue. (#623) Daniel Montoya <d****m@g****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
404c02a8 Make gofmt happy (#704) Julien Schmidt <j****t@u****m>
Committed by: INADA Naoki <m****e@u****m>
almost 9 years ago
94922188 Drop support for Go 1.6 and lower (#696) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
fade2100 allow successful TravisCI runs in forks (#639) Jeff Hodges <j****f@s****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
e52f1902 Add Aurora errno to rejectReadOnly check (#634) Jeffrey Charles <j****s@g****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
c6c4e3cb ColumnType interfaces (#667) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
fae512fb packets: do not call function on nulled value (#678) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
eb92a8dc do not query max_allowed_packet by default (#680) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
ee359f95 Export function to initialize Config with defaults (#679) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
a8b7ed44 Remove strict mode (#676) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
7785c742 use default port if port is missing in dsn (#668) (#669) Bulat Gaifullin <g****f@g****m>
Committed by: Arne Hormann <a****n@u****m>
almost 9 years ago
be22b305 Added -u flag for `go get ...` command (#665) Alangi Derick <a****k@g****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
1548d61a support READ-ONLY transactions (#618) Ichinose Shogo <s****8@g****m>
Committed by: Julien Schmidt <j****t@u****m>
almost 9 years ago
14f4292c travis: fix MySQL config (#661) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
26471af1 fewer driver.ErrBadConn to prevent repeated queries (#302) Arne Hormann <a****n@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
21d7e97c Fix `mysql_clear_password` plugin on auth switch panic. (#646) Alex Lee <l****e@o****m>
Committed by: Julien Schmidt <j****t@u****m>
about 9 years ago
37b91d88 Mark `AllowNativePassword` in DSN param string be true by default. (#644) Alex Lee <l****e@o****m>
Committed by: Julien Schmidt <j****t@u****m>
about 9 years ago
3955978c sort the generic config.Params in the DSN (#637) Jeff Hodges <j****f@s****m>
Committed by: Arne Hormann <a****n@u****m>
about 9 years ago
bf7f34fe Start the watcher after handshake (#627) Ichinose Shogo <s****8@g****m>
Committed by: Julien Schmidt <j****t@u****m>
about 9 years ago
8fefef06 utils: guard tlsConfigRegister by a lock (#613) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
d2a81754 Transaction isolation levels (#619) Maciej Zimnoch <m****h@h****m>
Committed by: Julien Schmidt <j****t@u****m>
about 9 years ago
a825be04 packets: use AppendFormat to format time values (#615) Achille <a****l@g****m>
Committed by: Julien Schmidt <j****t@u****m>
about 9 years ago
72e0ac3f Add atomic wrappers for bool and error (#612) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
56226343 Add support for context.Context (#608) Ichinose Shogo <s****8@g****m>
Committed by: Julien Schmidt <j****t@u****m>
about 9 years ago
e3f0fdcf Add missing copyright header (#603) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
b6447709 add rejectReadOnly option (to fix AWS Aurora failover) (#604) Song Gao <s****g@g****o>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
44fa292b utils: don't mutate registered tls configs (#600) pivotal-rebecca-chin <r****n@p****o>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
382e13d0 Avoid allocating on each call to rows.Columns (#444) Justin Nuß <n****n@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
aeb7d3c9 remove columns definition cache. (#592) INADA Naoki <m****e@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
33612735 infile: fix reading from empty file (#590) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
e5cc7f33 travis: submit coverage to coveralls (#589) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
ae5a66df packets: remove unnecessary conversion from float32 to float32 (#581) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
af474b6e packets: replace repeated if/else if by switch (#580) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
46a82062 fix typos (#579) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
20e36f9a travis: check go vet and gofmt (#577) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
147bd02c args assigned and not used (#575) astaxie <x****n@g****m>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
c775fbc0 Use hostname from DSN as default for TLS if tls=true (#564) Daniël van Eeden <g****b@m****l>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
7df1717c Format AUTHORS (#574) Julien Schmidt <j****t@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
15dbaaed doc: fix synopsis for godoc (#567) Lion Yang <l****n@a****z>
Committed by: INADA Naoki <m****e@u****m>
over 9 years ago
9dee4ca5 Fix documentation for timeout parameters (#535) Peter Schultz <s****r@h****m>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
c1601d43 travis: Add MySQL 5.7 and MariaDB tests. (#560) INADA Naoki <m****e@u****m>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
53e2a9bf travis: add Go 1.8 test (#557) INADA Naoki <m****e@u****m>
Committed by: Julien Schmidt <j****t@u****m>
over 9 years ago
ffa70d49 Add Multi-Results support (#537) Jacek Szwec <j****c@u****m>
Committed by: INADA Naoki <m****e@u****m>
over 9 years ago
2e00b5cd Fix many urls (#530) Egor Smolyakov <e****v@u****m>
Committed by: Arne Hormann <a****n@u****m>
over 9 years ago

← Back to repository