Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-sql-driver/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: go-sql-driver/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 21, 2025

  1. test stability improvement. (#1699)

    * ensuring performance schema is enabled when testing some performance schema results
    * do not use collations affected by MariaDB character_set_collations.
    * ensure using IANA timezone in test, since tzinfo depending on system won't have deprecated tz like "US/Central" and "US/Pacific"
    
    Co-authored-by: Diego Dupin <[email protected]>
    methane and rusher authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    1bee809 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Transaction Commit/Rollback returns conn's cached error (#1702)

    If a transaction connection has a cached error, return it instead of
    ErrInvalidConn during Commit/Rollback operations.
    
    Fix #1690
    
    Co-authored-by: brad-defined <[email protected]>
    methane and brad-defined authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    ac04e5f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. backport benchmark_test (#1706)

    Backport benchmark improvements.
    methane authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    2ed589b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. optimize readPacket (#1707)

    Avoid unnecessary allocation.
    Although this is not a bug, this is a regression in 1.9 branch.
    This PR fixes performance regression when compression is not used.
    methane authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    dfd973a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. [1.9] fix PING on compressed connections (#1723)

    Add missing mc.syncSequence()
    
    Fix #1718
    methane authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    324cbb3 View commit details
    Browse the repository at this point in the history
  2. release v1.9.3 (#1725)

    methane authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    62984ad View commit details
    Browse the repository at this point in the history
Loading