• unknown's avatar
    Fix create.test in --ps-protocol broken by the previous push. · 95909188
    unknown authored
    
    sql/sql_table.cc:
      Fix create.test in --ps-protocol broken by the previous push,
      that added prepared statement validation of CREATE TABLE LIKE:
      move assignment of src_table->required_type to the parser.
    sql/sql_yacc.yy:
      Fix create.test in --ps-protocol broken by the previous push,
      that added prepared statement validation of CREATE TABLE LIKE:
      move assignment of src_table->required_type to the parser.
    95909188
sql_table.cc 231 KB