Commit cc806712 authored by Igor Babaev's avatar Igor Babaev

Fixed a compiler warning.

parent bb916d0f
......@@ -5381,7 +5381,7 @@ void TABLE::use_index(int key_to_save)
/* Drop all keys; */
i= 0;
s->keys= (key_to_save < 0) ? 0 : 1;
s->keys= i;
}
/**
......
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