• unknown's avatar
    BUG#19309: Problem with calling proecdures twice · 2b599547
    unknown authored
    Need to flag when a copy is needed to not overwrite a create_info
    object connected to the lex structure
    
    
    sql/mysql_priv.h:
      Need to flag when a copy is needed to not overwrite a create_info
      object connected to the lex structure
    sql/sql_insert.cc:
      Need to flag when a copy is needed to not overwrite a create_info
      object connected to the lex structure
    sql/sql_parse.cc:
      Need to flag when a copy is needed to not overwrite a create_info
      object connected to the lex structure
    sql/sql_table.cc:
      Need to flag when a copy is needed to not overwrite a create_info
      object connected to the lex structure
    2b599547
mysql_priv.h 75.9 KB