Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: PREPARE and EXECUTE statement from mysql client (GreptimeTeam#4125
) * feat: prepare stmt in mysql client * feat: execute stmt in mysql client * fix: handle parameters properly * refactor: use existing funcs to convert expr to scalar value * refactor: use uuid strings as stmt_key for queries from COM_PREPARE packet * refactor: take prepare and execute parser as submodule * test: add unit test for converting expr to scalar value * feat: deallocate stmt in mysql client * chore: comments and duplicates --------- Co-authored-by: dennis zhuang <[email protected]>
- Loading branch information