Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #3334: Fix crash and memory errors reported by valgrind for v2.1.1 #3335

Merged
merged 4 commits into from
Mar 11, 2021

Commits on Mar 4, 2021

  1. Fixed 'process_rows_in_ASYNC_STMT_EXECUTE_STORE_RESULT_CONT' missing …

    …last row from MySQL_STMT::result
    JavierJF committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    abca810 View commit details
    Browse the repository at this point in the history
  2. Fixed 'process_rows_in_ASYNC_STMT_EXECUTE_STORE_RESULT_CONT' not prop…

    …erly updating 'length' from copied last row after data copy
    JavierJF committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d0a1866 View commit details
    Browse the repository at this point in the history
  3. Multiple changes into 'test_ps_async-t' test

    1. Isolated POC for ps_buffer into function.
    2. Improved documentation of functions old and introduced checks.
    3. Added new query used to trigger a memory error during testing.
    JavierJF committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    4071096 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Fixed hardcoded ProxySQL port and two typos calling the invalid conne…

    …ction handler on 'restore_admin'
    JavierJF committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b11bc4b View commit details
    Browse the repository at this point in the history