mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Portability fix.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user