i've accidentally left table_schema removed while doing some tests. now it should be ok

This commit is contained in:
Miroslav Stampar 2011-07-08 10:24:46 +00:00
parent b5dd4d4a63
commit 93219b9e13

View File

@ -48,7 +48,7 @@
<blind query="SELECT DISTINCT(schema_name) FROM information_schema.SCHEMATA LIMIT %d,1" query2="SELECT DISTINCT(db) FROM mysql.db LIMIT %d,1" count="SELECT COUNT(DISTINCT(schema_name)) FROM information_schema.SCHEMATA" count2="SELECT COUNT(DISTINCT(db)) FROM mysql.db"/>
</dbs>
<tables>
<inband query="SELECT table_name FROM information_schema.TABLES" condition="table_schema"/>
<inband query="SELECT table_schema,table_name FROM information_schema.TABLES" condition="table_schema"/>
<blind query="SELECT table_name FROM information_schema.TABLES WHERE table_schema='%s' LIMIT %d,1" count="SELECT COUNT(table_name) FROM information_schema.TABLES WHERE table_schema='%s'"/>
</tables>
<columns>