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

Introduce shared query buffer for client reads #258

Merged
merged 11 commits into from
May 28, 2024

Commits on May 9, 2024

  1. use shared query buffer for clients read

    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5617098 View commit details
    Browse the repository at this point in the history
  2. renaming and add test validation

    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    44db6e2 View commit details
    Browse the repository at this point in the history
  3. Update src/replication.c

    Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage and madolson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5592840 View commit details
    Browse the repository at this point in the history
  4. Chack for shared qb in freeClient

    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dd182c5 View commit details
    Browse the repository at this point in the history
  5. PR changes

    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b34557 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    41b7c79 View commit details
    Browse the repository at this point in the history
  2. Handle the case where thread_shared_qb is not initialize

    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2041fc3 View commit details
    Browse the repository at this point in the history
  3. assert client is using shared buffer in resetSharedQueryBuf

    Signed-off-by: Uri Yagelnik <uriy@amazon.com>
    uriyage committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7f7f618 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    cdb8023 View commit details
    Browse the repository at this point in the history
  2. Update src/networking.c

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1ac1390 View commit details
    Browse the repository at this point in the history
  3. Make clang format happy

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    05224a5 View commit details
    Browse the repository at this point in the history