~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/myisam/mi_unique.c

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
    if (type == HA_KEYTYPE_TEXT || type == HA_KEYTYPE_VARTEXT1 ||
213
213
        type == HA_KEYTYPE_VARTEXT2)
214
214
    {
215
 
      if (mi_compare_text(keyseg->charset, (uchar *) pos_a, a_length,
 
215
      if (ha_compare_text(keyseg->charset, (uchar *) pos_a, a_length,
216
216
                                           (uchar *) pos_b, b_length, 0, 1))
217
217
        return 1;
218
218
    }