• unknown's avatar
    fixed bug of PROCEDURE in same query with subselects · f67abe26
    unknown authored
    prohibited using procedure inside subquery
    fixed error handling of procedure analize
    
    
    mysql-test/r/subselect.result:
      test of PROCEDURE in subselect
      test of PROCEDURE of subselect
    mysql-test/t/subselect.test:
      test of PROCEDURE in subselect
      test of PROCEDURE of subselect
    sql/sql_analyse.cc:
      fixed error handling in procedure analize
    sql/sql_parse.cc:
      fixed bug of PROCEDURE in same query with subselects
    sql/sql_yacc.yy:
      prohibited using procedure inside subquery
    f67abe26
sql_yacc.yy 111 KB