Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
    • 10.2.7
    • Partitioning
    • None

    Description

      set sql_mode=ansi_quotes;
      create table t1 ("select" int) partition by range ("select") (partition "select" values less than maxvalue);
      create table t2 (f1 int) partition by range (f1) (partition p1 values less than maxvalue);
      show create table t1;
      show create table t2;
      set sql_mode=default;
      lock tables t1 read local;
      unlock tables;
      show create table t1;
      show create table t2;
      drop table t1;
      

      • expression is stored as is, parsed as is, printed as is
      • partition name stored/printed always with sql_quote_show_create=0, inconsistent, not future-proof

      Attachments

        Issue Links

          Activity

            serg Sergei Golubchik created issue -
            serg Sergei Golubchik made changes -
            Field Original Value New Value
            serg Sergei Golubchik made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            serg Sergei Golubchik made changes -
            Status In Progress [ 3 ] Stalled [ 10000 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.2.7 [ 22543 ]
            Fix Version/s 10.2 [ 14601 ]
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 81233 ] MariaDB v4 [ 152327 ]

            People

              serg Sergei Golubchik
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.