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: mysql/mysql-connector-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: kanliyong/mysql-connector-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on May 15, 2020

  1. memory leak when include Decimal python data type

    https://bugs.mysql.com/bug.php?id=99517&thanks=2&notify=195
    
    Description:
    Memory leak when inserting large amount of data using mysql-connector-python
    
    Memory grows consistently until out-of-memory
    
    In the end I found that this problem only occurs when the Decimal attribute is included
    kanliyong authored May 15, 2020
    Configuration menu
    Copy the full SHA
    bee08c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kanliyong/kanliyong-patch-1

    memory leak when include Decimal python data type
    kanliyong authored May 15, 2020
    Configuration menu
    Copy the full SHA
    86bca5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c1be1c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Merge pull request #2 from kanliyong/bug-fix

    Bug fix : memory leak when include Decimal python data
    kanliyong authored May 19, 2020
    Configuration menu
    Copy the full SHA
    c6e5a9c View commit details
    Browse the repository at this point in the history
Loading