mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 08:50:40 +00:00
chore: update toolchain to 2024-12-25 (#5430)
* chore: update toolchain to 2024-12-25 * chore: fix clippy * feat: update flakes * chore: remove `rerun-if-changed` for now * chore: update shadow-rs * fix: clippy * chore: update version in DEV_BUILDER_IMAGE_TAG --------- Co-authored-by: Ning Sun <sunning@greptime.com>
This commit is contained in:
@@ -244,11 +244,11 @@ impl MysqlInstanceShim {
|
||||
Ok((params, columns))
|
||||
}
|
||||
|
||||
async fn do_execute<'a>(
|
||||
async fn do_execute(
|
||||
&mut self,
|
||||
query_ctx: QueryContextRef,
|
||||
stmt_key: String,
|
||||
params: Params<'a>,
|
||||
params: Params<'_>,
|
||||
) -> Result<Vec<std::result::Result<Output, error::Error>>> {
|
||||
let sql_plan = match self.plan(&stmt_key) {
|
||||
None => {
|
||||
|
||||
Reference in New Issue
Block a user