Comment 10 for bug 209699

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

In addition to the above test case, the following works as expected:
select `TABLE_NAME` from `INFORMATION_SCHEMA`.`TABLES` where `TABLE_SCHEMA` = 'mosaicox' and `TABLE_TYPE` = 'BASE TABLE';

Running patched package through QA.