• unknown's avatar
    test of updating and fetching from the same table check (BUG##5157) · 7de077f7
    unknown authored
    
    mysql-test/r/lowercase_view.result:
      test of updating and fetching from the same table check
    mysql-test/r/view.result:
      test of updating and fetching from the same table check
    mysql-test/t/lowercase_view.test:
      test of updating and fetching from the same table check
    mysql-test/t/view.test:
      test of updating and fetching from the same table check
    sql/mysql_priv.h:
      unique table test
    sql/sql_base.cc:
      unique table test which take into account views added
    sql/sql_delete.cc:
      unique table test which take into account views added
    sql/sql_insert.cc:
      unique table test which take into account views added
    sql/sql_parse.cc:
      unique table test which take into account views added
    sql/sql_update.cc:
      unique table test which take into account views added
    sql/sql_view.cc:
      unique table test which take into account views added
    sql/table.h:
      save next independent (do not belong to current view) table
    7de077f7
sql_delete.cc 21.3 KB