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

Connect + RocksDB

    XMLWordPrintable

Details

    Description

      create table xt1 (
      id int not null,
      msg varchar(32))
      engine=myisam;
       
      create table xt2 (
      id int not null,
      msg varchar(32)); /* engine=innoDB */
       
      create table xt3 (
      id int not null,
      msg varchar(32))
      engine=connect table_type=CSV;
       
       
      create table t3 (
      id int not null,
      msg varchar(32))
      engine=connect table_type=PROXY tabname='xt%s'
      partition by range columns(id) (
      partition `1` values less than(10),
      partition `2` values less than(50),
      partition `3` values less than(MAXVALUE));
      

      Error with RocksDB because hidden directory :

       select partition_name, table_rows from
          -> information_schema.partitions where table_name = 't3';
      ERROR 1102 (42000): Incorrect database name '#mysql50#.rocksdb'
      

      Attachments

        Issue Links

          Activity

            People

              psergei Sergei Petrunia
              Aurelien_LEQUOY Aurélien LEQUOY
              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.