mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixup from 4.1 to 5.0 merge
sql/sql_lex.h: Fix length of options member
This commit is contained in:
parent
6f4c248643
commit
9a8d59b02c
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ protected:
|
|||
*link_next, **link_prev; /* list of whole SELECT_LEX */
|
||||
public:
|
||||
|
||||
ulong options;
|
||||
ulonglong options;
|
||||
/*
|
||||
result of this query can't be cached, bit field, can be :
|
||||
UNCACHEABLE_DEPENDENT
|
||||
|
|
Loading…
Reference in a new issue