• gkodinov/kgeorge@macbook.gmz's avatar
    Bug #33256: CREATE ... SELECT creates obsolete table · e4efb4a5
    gkodinov/kgeorge@macbook.gmz authored
     w/ Field_date instead of Field_newdate
      
    Field_date was still used in temp table creation.
    Fixed by using Field_newdate consistently throughout the server
    except when reading tables defined with older MySQL version.
    No test suite is possible because both Field_date and Field_newdate
    return the same values in all the metadata calls. 
    e4efb4a5
item_sum.cc 85.2 KB