Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-30264

spider_db_mbase_result::fetch_row() and spider_db_mbase_result::fetch_row_from_result_buffer() do the same thing

    XMLWordPrintable

Details

    Description

      Results of diff of the two function definitions

      --- #<buffer fr1>
      +++ #<buffer fr2>
      @@ -1,6 +1,7 @@
      -SPIDER_DB_ROW *spider_db_mbase_result::fetch_row()
      -{
      -  DBUG_ENTER("spider_db_mbase_result::fetch_row");
      +SPIDER_DB_ROW *spider_db_mbase_result::fetch_row_from_result_buffer(
      +  spider_db_result_buffer *spider_res_buf
      +) {
      +  DBUG_ENTER("spider_db_mbase_result::fetch_row_from_result_buffer");
         DBUG_PRINT("info",("spider this=%p", this));
         if (!(row.row = mysql_fetch_row(db_result)))
         {
      

      Attachments

        Activity

          People

            ycp Yuchen Pei
            ycp Yuchen Pei
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.