• unknown's avatar
    post-merge fix · f88d0193
    unknown authored
    
    mysql-test/r/view.result:
      changes in error number, and key in view processing
    mysql-test/t/view.test:
      changes in error number, and key in view processing
    sql/mysql_priv.h:
      changes functions
    sql/sp.cc:
      now we report to setup_tables(), are we setuping SELECT...INSERT
    sql/sql_base.cc:
      fixed finding table, taking in account join view, which can have not TABLE pointer
      now we report to setup_tables(), are we setuping SELECT...INSERT and ennumerete insert table separately
    sql/sql_delete.cc:
      now we report to setup_tables(), are we setuping SELECT...INSERT
    sql/sql_help.cc:
      now we report to setup_tables(), are we setuping SELECT...INSERT
    sql/sql_insert.cc:
      fixed returning value of functions
    sql/sql_load.cc:
      now we report to setup_tables(), are we setuping SELECT...INSERT
      removed second setup_tables call (merge)
    sql/sql_olap.cc:
      now we report to setup_tables(), are we setuping SELECT...INSERT
    sql/sql_parse.cc:
      UPDATE->MULTIUPDATE switching fixed
    sql/sql_prepare.cc:
      UPDATE->MULTIUPDATE switching fixed
    sql/sql_select.cc:
      now we report to setup_tables(), are we setuping SELECT...INSERT
    sql/sql_update.cc:
      UPDATE->MULTIUPDATE switching fixed
    sql/sql_view.cc:
      returning value fixed
    sql/sql_view.h:
      returning value fixed
    f88d0193
view.test 44.1 KB