• Sergei Golubchik's avatar
    refactor THD::raise_condition() family · b73b7365
    Sergei Golubchik authored
    to remove
    
    Sql_condition*
    raise_condition(const Sql_condition *cond)
    {
      Sql_condition *raised= raise_condition(cond->get_sql_errno(),
                                             cond->get_sqlstate(),
                                             cond->get_level(),
                                             *cond,
                                             cond->get_message_text());
      return raised;
    }
    b73b7365
sql_error.h 37.8 KB