Commit cd1abd99 authored by unknown's avatar unknown

Bug#14616 - Freshly imported table returns error 124 when using LIMIT

After merge fix.

parent 6506fb32
...@@ -11132,7 +11132,7 @@ test_if_skip_sort_order(JOIN_TAB *tab,ORDER *order,ha_rows select_limit, ...@@ -11132,7 +11132,7 @@ test_if_skip_sort_order(JOIN_TAB *tab,ORDER *order,ha_rows select_limit,
Check which keys can be used to resolve ORDER BY. Check which keys can be used to resolve ORDER BY.
We must not try to use disabled keys. We must not try to use disabled keys.
*/ */
usable_keys= table->keys_in_use; usable_keys= table->s->keys_in_use;
for (ORDER *tmp_order=order; tmp_order ; tmp_order=tmp_order->next) for (ORDER *tmp_order=order; tmp_order ; tmp_order=tmp_order->next)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment