Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KunZhou-at committed Oct 17, 2023
1 parent 868bc8c commit 3e41ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Query extends Command {
this._fieldCount = 0;
this._rowParser = null;
this._fields = [];
// Warning counts for SELECT queries only, does not included warning counts for DML queries.
this._warningCounts = [];
this._rows = [];
this._receivedFieldsCount = 0;
Expand Down

0 comments on commit 3e41ef8

Please sign in to comment.