Uploaded image for project: 'MariaDB Connector/C'
  1. MariaDB Connector/C
  2. CONC-325

Replication API / Binary log interface

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Done
    • N/A
    • 3.1.0, 3.1.1
    • None
    • None

    Description

      Provide an replication API for the binary log interface:

      MARIADB_RPL *mariadb_rpl_init(void);
      int mariadb_rpl_optionv(MARIADB_RPL *, enum rpl_option, ...);
      int mariadb_rpl_open(MYSQL *, MARIADB_RPL *);
      void mariadb_rpl_close(MARIADB_RPL *);
      int mariadb_rpl_fetch(MYSQL *, MARIADB_RPL *);
      void mariadb_free_rpl_event(MARIADB_RPL_EVENT *event);
      

      Attachments

        Issue Links

          Activity

            People

              georg Georg Richter
              georg Georg Richter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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