Commit 9a8d59b0 authored by unknown's avatar unknown

Fixup from 4.1 to 5.0 merge


sql/sql_lex.h:
  Fix length of options member
parent 6f4c2486
......@@ -296,7 +296,7 @@ class st_select_lex_node {
*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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment