Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93219b9

Browse files
committed
i've accidentally left table_schema removed while doing some tests. now it should be ok
1 parent b5dd4d4 commit 93219b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<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"/>
4949
</dbs>
5050
<tables>
51-
<inband query="SELECT table_name FROM information_schema.TABLES" condition="table_schema"/>
51+
<inband query="SELECT table_schema,table_name FROM information_schema.TABLES" condition="table_schema"/>
5252
<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'"/>
5353
</tables>
5454
<columns>

0 commit comments

Comments
 (0)