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

Class Static_binary_string

    XMLWordPrintable

Details

    Description

      In order to implement MDEV-17906 easier, let's have this class:

      class Static_binary_string
      {
      protected:
        char *Ptr;
        uint32 str_length;
      public:
       ..
      };
      

      and move all methods that do not need allocation and character set from String to Static_binary_string.

      Later, we'll eventually derive Static_binary_string from LEX_STRING.

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.