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

Backup and CONNECT

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 10.2.13
    • N/A
    • Backup
    • None

    Description

      backup table "test"
      result
      CREATE TABLE `test` (
      `date` datetime NOT NULL `date_format`='YYYY-MM-DD hh:mm:ss'
      ) ENGINE=CONNECT DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci `TABLE_TYPE`=CSV `FILE_NAME`='text.csv' `HEADER`=1 `SEP_CHAR`=',' `QUOTED`=1;
      restore table error
      ERROR 1911 (HY000) at line 8097: Unknown option 'date_format'
      Not error
      CREATE TABLE `test` (
      `date` datetime NOT NULL date_format='YYYY-MM-DD hh:mm:ss'
      ) ENGINE=CONNECT DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci `TABLE_TYPE`=CSV `FILE_NAME`='text.csv' `HEADER`=1 `SEP_CHAR`=',' `QUOTED`=1;

      Attachments

        Activity

          People

            Unassigned Unassigned
            Sergey_W Sergii Volikov
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.