Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-1831

multibyte space (zenkaku) breaks strings comparisation

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 1.1.6
    • Icebox
    • ExeMgr
    • None

    Description

      This is variant of MCOL-1245 and MCOL-1403

      Strings comparisation don't work,if mulktibyte space are ivolved

      create table ws2 (a int, b char(100), c varchar(100)) engine=columnstore   DEFAULT  CHARSET = UTF8 ;
       
      insert into ws2 (b,c) values ('01:朝食を毎日食べていますか  ','01:朝食を毎日食べていますか  ');
       
      select * from ws2 where b = '01:朝食を毎日食べていますか  ';
      -
      select * from ws2 where c = '01:朝食を毎日食べていますか  ';
      

      Both selects give no resultsets back.

      Attachments

        Issue Links

          Activity

            People

              LinuxJedi Andrew Hutchings (Inactive)
              Richard Richard Stracke
              Votes:
              1 Vote for this issue
              Watchers:
              5 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.