Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / mysql56-client / patches / patch-sql_unireg.cc
blob1f9dcfb67ff70520304f131615ab50379ae3757b
1 $NetBSD$
3 --- sql/unireg.cc.orig 2013-05-05 20:56:04.000000000 +0000
4 +++ sql/unireg.cc
5 @@ -287,7 +287,7 @@ bool mysql_create_frm(THD *thd, const ch
6 maxlength=(uint) next_io_size((ulong) (uint2korr(forminfo_p)+1000));
7 int2store(forminfo+2,maxlength);
8 int4store(fileinfo+10,(ulong) (filepos+maxlength));
9 - fileinfo[26]= (uchar) test((create_info->max_rows == 1) &&
10 + fileinfo[26]= (uchar) my_test((create_info->max_rows == 1) &&
11 (create_info->min_rows == 1) && (keys == 0));
12 int2store(fileinfo+28,key_info_length);