• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-sql-driver / mysql
82%

Build:
DEFAULT BRANCH: master
Repo Added 10 May 2017 10:21AM CUT
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.8
  • 1.9
  • ErrShortWrite
  • add-charset
  • atomic
  • auth_refactoring
  • auth_tests
  • authentication
  • backport-bench-1.9
  • binary-littleendian
  • bump-mysql-for-testing
  • changelog
  • clientDeprecateEOF
  • cloudsql
  • columntype
  • compression
  • conncheck-alloc
  • conncheck_platforms
  • connncheck_optional
  • contributing
  • copyright
  • dolthub/master
  • dsn_defaults
  • empty_auth
  • empty_sha256
  • fil-register-set
  • fix-1666
  • fix-bench-massiverows
  • fix-flaky-test
  • fix-gomod
  • fix-race-condition-of-test-concurrent
  • fix-test
  • fix-test2
  • fix-unused-benchmarkExecContext
  • fix_bigint_unsigned_scan_type
  • fix_comment_typo
  • fix_formatdsn_connectionattributes
  • flaky_tests
  • fmt
  • formatdsn_err
  • go-mod
  • go1.19-is-released
  • go1.21-and-mysql8.1-are-released
  • go1.24-is-released
  • go110
  • handle_error_packets
  • internal
  • introduce-run-tests-parallel
  • mark-as-helper
  • max-allowed-packet-parsing
  • max_allowed_packet
  • metadataSkip
  • methane-patch-1
  • migrate-set-output
  • migrate-to-node16-actions
  • misc_fixes
  • modernize
  • opt-read
  • opt-read-19
  • prepare-for-v1.7.0
  • purego
  • read_opt
  • read_optimization
  • readme_collation
  • refs/tags/v1.6.0
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • refs/tags/v1.9.1
  • refs/tags/v1.9.2
  • regression801
  • release-v190
  • release-v191
  • return-original-error-from-transaction
  • reuse-metadata
  • revert-976-master
  • sha256_password
  • staticcheck
  • strict
  • tls-mysql5-docs
  • tls-security
  • tlsconfig
  • travis
  • travis-allow-failure
  • travis-crossbuild
  • travis-mysql8
  • travis-update
  • tx-19
  • update-internals-links
  • v1.4
  • v1.4.0
  • v1.4.1
  • v1.5.0

08 May 2025 06:38AM CUT coverage: 82.413% (+0.1%) from 82.313%
14900293846

push

github

web-flow
update outdated MySQL internals documentation links (#1714)

2 of 2 new or added lines in 2 files covered. (100.0%)

3313 of 4020 relevant lines covered (82.41%)

2395043.38 hits per line

Relevant lines Covered
Build:
Build:
4020 RELEVANT LINES 3313 COVERED LINES
2395043.38 HITS PER LINE
Source Files on master
  • List 19
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
57.69
transaction.go44 26 15 11 1939.0 + 3
61.9
driver.go117 42 26 16 881.0
66.67
nulltime.go70 24 16 8 186.0
71.6
fields.go226 162 116 46 467.0
72.67
statement.go233 150 109 41 1042485.0
74.11
connection.go727 506 375 131 15008.0 + 6
78.57
conncheck.go54 28 22 6 15891.0 + 24
78.57
compress.go213 140 110 + 430 - 4554972.0 - 20932
81.82
connector.go229 165 135 30 9842.0 - 23
82.35
errors.go82 17 14 3 355.0 - 3
Showing 1 to 10 of 19 entries
  • Previous
  • 1
  • 2
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
14900293846 master update outdated MySQL internals documentation links (#1714) push 08 May 2025 06:40AM CUT web-flow github
82.41
14722225342 master Optimization: statements reuse previous column name (#1711) #1708 added `[]mysqlField` cache to stmt. It was used only for MariaDB cached metadata. This commit allows MySQL to also benefit from the metadata cache. If the column names are the sam... push 29 Apr 2025 02:45AM CUT web-flow github
82.31
14675550227 master MariaDB Metadata skipping and DEPRECATE_EOF (#1708) [MariaDB metadata skipping](https://mariadb.com/kb/en/mariadb-protocol-differences-with-mysql/#prepare-statement-skipping-metadata). With this change, MariaDB server won't send metadata when th... push 26 Apr 2025 12:10AM CUT web-flow github
82.41
14638531807 master optimize readPacket (#1705) Avoid unnecessary allocation. push 24 Apr 2025 09:45AM CUT web-flow github
82.96
14613528500 master add BenchmarkReceive10kRowsCompress (#1704) * Rename BenchmarkReceiveMassiveRows to BenchmarkReceive10kRows * Add BenchmarkReceive10kRowsCompress that run BenchmarkReceiveMassiveRows with compression * Other tiny benchmark improvements. push 23 Apr 2025 08:30AM CUT web-flow github
82.83
14572100978 master Transaction Commit/Rollback returns conn's cached error, if present (#1691) If a transaction connection has a cached error, return it instead of ErrInvalidConn during Commit/Rollback operations. Fix #1690 push 21 Apr 2025 10:43AM CUT web-flow github
82.83
14569403580 master ColumnTypeScanType() returns sql.Null[uint64] for bigint unsigned (#1612) Co-authored-by: elonnzhang <elonnzhang@tencent.com> Co-authored-by: Inada Naoki <songofacandy@gmail.com> push 21 Apr 2025 07:25AM CUT web-flow github
83.01
14569255650 master add Diego Dupin to AUTHORS push 21 Apr 2025 07:15AM CUT methane github
83.05
14559000837 master test stability improvement. * ensuring performance schema is enabled when testing some performance schema results * Added logic to check if the default collation is overridden by the server character_set_collations * ensure using IANA timezone in... push 20 Apr 2025 11:25AM CUT methane github
83.05
14401615018 master modernize for Go 1.22 (#1695) $ go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix ./... push 11 Apr 2025 10:59AM CUT web-flow github
83.05
See All Builds (1506)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc