• unknown's avatar
    view.test: · c9fa6a47
    unknown authored
      Added a test case for bug #10970.
    view.result:
      Added a test case for bug #10970.
      Modified the error messages for error ER_VIEW_SELECT_TMPTABLE.
    sql_view.cc:
      Fixed bug #10970.
      In the function mysql_create_view if a view does not refer
      any tables directly the variable table must be updated
      after the call of open_and_lock_tables.
    errmsg.txt:
      Modified the error messages for error ER_VIEW_SELECT_TMPTABLE
      (when fixing bug #10970).
    
    
    sql/share/errmsg.txt:
      Modified the error messages for error ER_VIEW_SELECT_TMPTABLE
      (when fixing bug #10970).
    sql/sql_view.cc:
      Fixed bug #10970.
      In the function mysql_create_view if a view does not refer
      any tables directly the variable table must be updated
      after the call of open_and_lock_tables.
    mysql-test/r/view.result:
      Fixed bug #10970.
      Modified the error messages for error ER_VIEW_SELECT_TMPTABLE.
    mysql-test/t/view.test:
      Added a test case for bug #10970.
    c9fa6a47
sql_view.cc 38.2 KB