Skip to content

Commit 36d554b

Browse files
committed
recordSchema should not be sent with explain requests
1 parent 49970b1 commit 36d554b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ public function explain() {
163163
$url = $this->url . '?' . http_build_query(array(
164164
'operation' => 'explain',
165165
'version' => $this->version,
166-
'recordSchema' => $this->schema
167166
));
168167
$options = $this->getHttpOptions();
169168

0 commit comments

Comments
 (0)