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

Incorrect Logging of Queries with Parameters in StarRocks Audit When Using JDBC #55343

Open
choijonghyeok opened this issue Jan 22, 2025 · 0 comments
Labels
type/bug Something isn't working

Comments

@choijonghyeok
Copy link

Steps to reproduce the behavior (Required)

  1. Use a JDBC application to connect to StarRocks.
  2. Execute the following query with a parameterized statement:
    SELECT * FROM my_table WHERE test = ?;

Expected behavior (Required)

Query: executed query
State: normal state
Query time: actual execution time

Real behavior (Required)

Query: SELECT * FROM my_table WHERE test = ?;
State: NOOP
Query time: 0

StarRocks version (Required)

  • 3.3.8-e3816ec

MySQL Connector

  • com.mysql:mysql-connector-j > 8.0.33
  • com.mysql.cj.jdbc.Driver
@choijonghyeok choijonghyeok added the type/bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant