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

MDEV-34316 Ignore the NOCOPY keyword in stored routine parameters when sql_mode=ORACLE #3517

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. MDEV-34316 sql_mode=ORACLE: Ignore the NOCOPY keyword in stored routi…

    …ne parameters
    
    During sql_mode=ORACLE, ignore the NOCOPY keyword in stored routine
    parameters. The optimization (pass-by-reference instead of
    pass-by-value) helping to avoid value copying will be done in a separate
    task when needed.
    wong-github1 authored and FooBarrior committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    761bf8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2802732 View commit details
    Browse the repository at this point in the history
  3. The revision corresponds to the review comments. 1. Move the unit tes…

    …ts into the compat/oracle suite, sp-param.test file. 2. Remove the added unit test file and result file. 3. Add type, Alter_info::enum_alter_table_algorithm, into the union. 4. Remove the extra switch case
    wong-github1 authored and FooBarrior committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    443866c View commit details
    Browse the repository at this point in the history