Skip to content

Commit 365e2a9

Browse files
Update test-integrations-dbeaver.rec (#3892)
Update test-integrations-dbeaver.rec
1 parent 516a492 commit 365e2a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/clt-tests/integrations/dbeaver/test-integrations-dbeaver.rec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,11 @@ mysql -h0 -P9306 -e "SHOW TABLES"
513513
––– input –––
514514
mysql -h0 -P9306 -e "SELECT COUNT(*) FROM information_schema.tables"
515515
––– output –––
516-
ERROR 1064 (42000) at line 1: Undefined array key "TABLE_NAME"
516+
+----------+
517+
| COUNT(*) |
518+
+----------+
519+
| 5 |
520+
+----------+
517521
––– input –––
518522
mysql -h0 -P9306 -e "SELECT @@isolation"
519523
––– output –––

0 commit comments

Comments
 (0)