Skip to content

Commit

Permalink
Fixed wrong prototype in ha_cassandra.cc that broke linking
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Apr 19, 2017
1 parent 847eb24 commit e6c1171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/cassandra/ha_cassandra.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit e6c1171

Please sign in to comment.