Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / mysql56-client / patches / patch-sql_sql__lex.h
blobad904961bdd9d18af710c30c337163a4bf1a34d5
1 $NetBSD$
3 --- sql/sql_lex.h.orig 2013-05-05 20:52:49.000000000 +0000
4 +++ sql/sql_lex.h
5 @@ -1201,7 +1201,7 @@ public:
7 bool requires_prelocking()
9 - return test(query_tables_own_last);
10 + return my_test(query_tables_own_last);
12 void mark_as_requiring_prelocking(TABLE_LIST **tables_own_last)