Commit 4b6e8fa6 authored by unknown's avatar unknown

Small fix to mysql-5.1-engines, from merge from BUG #19773

parent de02f176
...@@ -165,7 +165,7 @@ private: ...@@ -165,7 +165,7 @@ private:
return errorcode otherwise return errorcode otherwise
*/ */
uint convert_row_to_internal_format(byte *buf, MYSQL_ROW row, uint convert_row_to_internal_format(byte *buf, MYSQL_ROW row,
MYSQL_RES *row); MYSQL_RES *result);
bool create_where_from_key(String *to, KEY *key_info, bool create_where_from_key(String *to, KEY *key_info,
const key_range *start_key, const key_range *start_key,
const key_range *end_key, const key_range *end_key,
......
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