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

Commits on Jun 9, 2025

  1. BUG#37800574 Request for adding a flag in shell log to identify any b…

    …ad records during load operation
    
    When executing util.importTable() or util.loadDump(), if LOAD DATA
    statement finished with warnings, Shell would print on screen/write to
    the log file messages like:
    
      Warning: schema@table@123.tsv.zst error 1062: Duplicate entry
      '1234567' for key 'table.PRIMARY'
    
    It was difficult to locate these messages in the log file, as they
    lacked some common prefix that would allow to i.e. easily grep for them.
    
    The message has been improved:
    
      Warning: An error has been reported while loading data into
      `schema`.`table` from 'schema@table@123.tsv.zst' file, error 1062:
      Duplicate entry '1234567' for key 'table.PRIMARY'
    
    Change-Id: I0ffc43e9af45fb14e92fd3c9a5714c4622da3e51
    Paweł Andruszkiewicz committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    65ee6dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'shell-8.0' into shell-8.4

    Change-Id: Ic6c7ee1593327be45307442e36a5fdfb12aad910
    Paweł Andruszkiewicz committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    973f982 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Updated the LICENSE files

    sreedhars committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    073794a View commit details
    Browse the repository at this point in the history
Loading