• unknown's avatar
    Bug#28266 IS_UPDATABLE field on VIEWS table in I_S database is wrong · ce4e9f75
    unknown authored
    IS_UPDATABLE flag is set to 'yes' when the view has at least one updatable column and
    the algorithm is not 'temporary'.
    
    
    mysql-test/r/information_schema.result:
      test result
    mysql-test/r/view.result:
      test result
    mysql-test/t/information_schema.test:
      test case
    mysql-test/t/view.test:
      test case
    sql/sql_show.cc:
      IS_UPDATABLE flag is set to 'yes' when the view has at least one updatable column and
      the algorithm is not 'temporary'.
    ce4e9f75
sql_show.cc 148 KB