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

AliSQL: [Feature] Issue#26 ADD TokuDB COMPRESSION FORMAT ROW_TYPE SUPPORT

Details

    Description

      Description:
      ------------
      port from:
      http://bazaar.launchpad.net/~laurynas-biveinis/percona-server/tokudb-compression/revision/517
      

      https://github.com/alibaba/AliSQL/commit/3446841f5cc4784868e7843fa688667546627239

      Attachments

        Activity

          plinux, I think this is not needed similarly to MDEV-11400. In MariaDB you don't need to modify whole lot of files to add new table option. E.g. TokuDB compression is implemented like: https://github.com/MariaDB/server/blob/10.1/storage/tokudb/tokudb_sysvars.cc#L1142

          svoj Sergey Vojtovich added a comment - plinux , I think this is not needed similarly to MDEV-11400 . In MariaDB you don't need to modify whole lot of files to add new table option. E.g. TokuDB compression is implemented like: https://github.com/MariaDB/server/blob/10.1/storage/tokudb/tokudb_sysvars.cc#L1142

          Sorry, I meant MDEV-11399.

          svoj Sergey Vojtovich added a comment - Sorry, I meant MDEV-11399 .
          plinux Lixun Peng added a comment -

          svoj MariaDB prefer to use Session variables, but we prefer to modify the syntax, different styles, but the effect is the same. So you can ignore this issue.

          plinux Lixun Peng added a comment - svoj MariaDB prefer to use Session variables, but we prefer to modify the syntax, different styles, but the effect is the same. So you can ignore this issue.

          Not really, CREATE TABLE syntax is also extended in MariaDB and it is covered by test cases. E.g. tokudb_mariadb.compression has:

          create table t4 (a text) engine=tokudb compression=tokudb_lzma;
          

          Closing per plinux comment.

          svoj Sergey Vojtovich added a comment - Not really, CREATE TABLE syntax is also extended in MariaDB and it is covered by test cases. E.g. tokudb_mariadb.compression has: create table t4 (a text) engine=tokudb compression=tokudb_lzma; Closing per plinux comment.

          People

            plinux Lixun Peng
            svoj Sergey Vojtovich
            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.