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

fix: return error to client if prepare stmt param not match #2918

Merged

Update src/servers/src/mysql/handler.rs

1a7a0f1
Select commit
Loading
Failed to load commit list.
Merged

fix: return error to client if prepare stmt param not match #2918

Update src/servers/src/mysql/handler.rs
1a7a0f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2023 in 1s

84.48% (-0.63%) compared to 47e5154

View this Pull Request on Codecov

84.48% (-0.63%) compared to 47e5154

Details

Codecov Report

Merging #2918 (1a7a0f1) into develop (47e5154) will decrease coverage by 0.63%.
Report is 4 commits behind head on develop.
The diff coverage is 16.66%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2918      +/-   ##
===========================================
- Coverage    85.11%   84.48%   -0.63%     
===========================================
  Files          756      755       -1     
  Lines       119511   119181     -330     
===========================================
- Hits        101719   100691    -1028     
- Misses       17792    18490     +698