We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516a492 commit 365e2a9Copy full SHA for 365e2a9
test/clt-tests/integrations/dbeaver/test-integrations-dbeaver.rec
@@ -513,7 +513,11 @@ mysql -h0 -P9306 -e "SHOW TABLES"
513
––– input –––
514
mysql -h0 -P9306 -e "SELECT COUNT(*) FROM information_schema.tables"
515
––– output –––
516
-ERROR 1064 (42000) at line 1: Undefined array key "TABLE_NAME"
++----------+
517
+| COUNT(*) |
518
519
+| 5 |
520
521
522
mysql -h0 -P9306 -e "SELECT @@isolation"
523
0 commit comments