summaryrefslogtreecommitdiff
path: root/jstests/shell1.js
blob: d2da3b0ccf28d634dbe38ca95c34720b86ea43d1 (plain)
1
2
3
4
5
6

x = 1;

shellHelper( "show", "tables;" )
shellHelper( "show", "tables" )
shellHelper( "show", "tables ;" )