mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
refactor(MySQL) (#22619)
### What does this PR do? ### How did you verify your code works? --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
4
src/sql/mysql/MySQLQueryResult.zig
Normal file
4
src/sql/mysql/MySQLQueryResult.zig
Normal file
@@ -0,0 +1,4 @@
|
||||
result_count: u64,
|
||||
last_insert_id: u64,
|
||||
affected_rows: u64,
|
||||
is_last_result: bool,
|
||||
Reference in New Issue
Block a user