You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL 8.0.20 and above uses Index Optimizer Hints, and table hints are deprecated.
The optimizer hint syntax /*+ INDEX(table idx) */ does not work with this extension because the text within the /* */ characters does not make it from the editor window to the optimizer.
The text was updated successfully, but these errors were encountered:
MySQL 8.0.20 and above uses Index Optimizer Hints, and table hints are deprecated.
The optimizer hint syntax
/*+ INDEX(table idx) */
does not work with this extension because the text within the /* */ characters does not make it from the editor window to the optimizer.The text was updated successfully, but these errors were encountered: