1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Portability fix.

This commit is contained in:
dlenev@brandersnatch.localdomain
2005-03-10 00:52:47 +03:00
parent 20318574d4
commit d3f4a597da

View File

@ -860,7 +860,7 @@ typedef struct st_lex
inline bool requires_prelocking()
{
return query_tables_own_last;
return test(query_tables_own_last);
}
inline void mark_as_requiring_prelocking(TABLE_LIST **tables_own_last)
{