• unknown's avatar
    Fix for BUG#6808. · d2789003
    unknown authored
    The problem was in that add_table_to_list was testing for duplicate tables
    in a list of tables that included the created view.
    
    
    mysql-test/r/view.result:
      Test for BUG#6808
    mysql-test/t/view.test:
      Test for BUG#6808
    sql/sql_parse.cc:
      When testing for table name uniquness, skip the first table the current
      statement is CREATE VIEW. Notice that the first table is skipped differently
      for CREATE TABLE ... SELECT ... statements, so we don't have to handle that
      case here (see production 'create_select', the call 'to save_and_clear').
    d2789003
view.result 64.6 KB