Commit e6c11717 authored by Monty's avatar Monty

Fixed wrong prototype in ha_cassandra.cc that broke linking

parent 847eb24b
......@@ -2171,7 +2171,7 @@ int ha_cassandra::info(uint flag)
}
void key_copy(uchar *to_key, uchar *from_record, KEY *key_info,
void key_copy(uchar *to_key, const uchar *from_record, KEY *key_info,
uint key_length, bool with_zerofill);
......
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