• unknown's avatar
    sending right error message where VIEW is not expected (BUG#4606) · 46a0c8a7
    unknown authored
    
    mysql-test/r/view.result:
      using VIEW where table is required
    mysql-test/t/view.test:
      using VIEW where table is required
    sql/sql_base.cc:
      sending right error message where VIEW is not expected
    sql/sql_view.h:
      frm_type_enum moved to table.h becuae used in TABLE_LIST
    sql/table.h:
      frm_type_enum moved to table.h becuae used in TABLE_LIST
    46a0c8a7
sql_base.cc 88.4 KB