You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/packets/resultset_header.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ class ResultSetHeader {
91
91
if(stateChanges){
92
92
this.stateChanges=stateChanges;
93
93
}
94
-
constm=this.info.match(/\schanged:\s*(\d+)/i);
94
+
// Use the same regex as mysqljs at https://github.com/mysqljs/mysql/blob/dc9c152a87ec51a1f647447268917243d2eab1fd/lib/protocol/packets/OkPacket.js#L3C29-L3C91
0 commit comments