• unknown's avatar
    Spatial code changed to get rid of inconsistent this->* operation · 97af7fae
    unknown authored
    Now we use virtual calls instead and redirect VMT pointer of the
    geometry object with 'new' operation
    
    
    sql/field.cc:
      Usage of the Geometry class changed
    sql/item_geofunc.cc:
      Usage of the Geometry class changed
    sql/spatial.cc:
      Now we rewrite the real VMT of the object with new operation
    sql/spatial.h:
      No need for the VMT-like structure and pointers to it
    sql/sql_yacc.yy:
      enum items was renamed accordingly to coding standards
    97af7fae
sql_yacc.yy 140 KB