Commit 9a8d59b0 authored by unknown's avatar unknown
Browse files

Fixup from 4.1 to 5.0 merge


sql/sql_lex.h:
  Fix length of options member
parent 6f4c2486
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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