• unknown's avatar
    Bug #24588: "MBROverlaps missing in 5.1?" · 1801bff3
    unknown authored
    The MBR-prefixed function aliases (e.g., MBROVERLAPS()) were missing in 5.1, after
    some code refactoring left them out.  This simply adds them into the func_array list.
    
    
    sql/item_create.cc:
      Add MBR* functions to func_array[]; the non-MBR-prefixed aliases were already there
    1801bff3
item_create.cc 110 KB