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

This commit is contained in:
patg@govinda.patg.net 2006-07-10 11:57:29 -07:00
parent 69bf342a20
commit ddcb190eac

View File

@ -165,7 +165,7 @@ private:
return errorcode otherwise
*/
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,
const key_range *start_key,
const key_range *end_key,