Skip to content

Commit 28a9e15

Browse files
aditya-jalanmeta-codesync[bot]
authored andcommitted
Add type changes for recent async_mysql changes made
Summary: I missed adding these in D88923858 Differential Revision: D90041756 fbshipit-source-id: e6c9b29aa95bce5b884c2a301a9dd4b685b0da13
1 parent e86a6fb commit 28a9e15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hphp/hack/hhi/stdlib/builtins_async_mysql.hhi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ namespace {
268268
public function recvGtid(): string {}
269269
public function responseAttributes(): Map<string, string> {}
270270
public function resultSizeBytes(): int {}
271+
public function mysqlInfo(): ?string {}
272+
public function rowsMatched(): ?int {}
273+
public function warningsCount(): int {}
271274
}
272275
class AsyncMysqlRowBlock
273276
implements Countable, KeyedTraversable<int, AsyncMysqlRow> {

0 commit comments

Comments
 (0)