Prestodb CLI mysql 连接器找不到名称中带有下划线的数据库

Prestodb CLI mysql connector can't find databases with underscore in their name

例如:

show tables from mysql.records_1;

returns:

 Table 
 -------
(0 rows)

Query 20151119_162735_00058_hja7s, FINISHED, 1 node
Splits: 2 total, 2 done (100.00%)
0:00 [0 rows, 0B] [0 rows/s, 0B/s]

虽然 records_1 存在并且里面有表格。

当 运行 在没有下划线的数据库上结果正常时。

有人遇到过这个问题吗?任何决议?

我猜是 bug

阅读此 github 期: PrestoDB #3763