Bug #47324 Can not query ndb$info tables from shell with mysqld -e option
Submitted: 15 Sep 2009 12:31 Modified: 15 Sep 2009 14:52
Reporter: Bernd Ocklin Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:mysql-5.1-telco-7.1 (bzr) OS:Any
Assigned to: Jonas Oreland CPU Architecture:Any
Tags: ndb$info

[15 Sep 2009 12:31] Bernd Ocklin
Description:
When querying ndb$info tables from OS shell with 

mysqld -e "select * from ndb$info.ndb$table"

it fails with syntax error no matter how I quote database and table name. Works with 

mysqld -e "select * from ndb$table" 'ndb$info' though.

How to repeat:
See above
[15 Sep 2009 14:52] Jonas Oreland
correct syntax (in bash) is: bash> mysqld -e 'select * from ndb$info.ndb$table'
and, we already concluded that we should have views wo/ the use of '$'
closing as not a bug