• Alexey Botchkov's avatar
    Bug#44394 Assertion Failure · 7f2db925
    Alexey Botchkov authored
      the problem is in the TIMESTAMP(14) fields of the access-control tables.
      The TIMESTAMP(14) syntax is marked as DEPRECATED since 5.2.
      Fixed by just changed the check to 6.0 as it's done in the 5.1 branch.
          
    per-file comments:
      sql/sql_parse.cc
    Bug#44394      Assertion Failure
        now it's deprecated since 6.0
    7f2db925
sql_parse.cc 230 KB