Be able to use MySql indexes
TMyTable.IndexDefs property contains information about the indexes of a table, however, there is no way to use any of these indexes.
See thread in forum SQL Index file in Data Access Components for MySQL
2
votes
Anonymous
shared this idea
-
Graham Marsden commented
Is this really needed ?
The use of the table indexes is determined by the MySQL server depending on the construct of the query. The SQL query can also request the use of a particular index. See MySQL documentation for more details.