Skip to content

Commit

Permalink
Update src/servers/src/mysql/handler.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
MichaelScofield and waynexia authored Dec 12, 2023
1 parent 64edb50 commit 1a7a0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/src/mysql/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ fn format_duration(duration: Duration) -> String {
fn replace_params_with_values(
plan: &LogicalPlan,
param_types: HashMap<String, Option<ConcreteDataType>>,
params: &Vec<ParamValue>,
params: &[ParamValue],
) -> Result<LogicalPlan> {
debug_assert_eq!(param_types.len(), params.len());

Expand Down

0 comments on commit 1a7a0f1

Please sign in to comment.