Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-10142 PL/SQL parser
  3. MDEV-10772

Introduce Item_param::CONVERSION_INFO

    XMLWordPrintable

Details

    Description

      We'll join character set related members in Item_param into a structure like this:

      struct CONVERSION_INFO
      {
        CHARSET_INFO *character_set_client;
        CHARSET_INFO *character_set_of_placeholder;
        CHARSET_INFO *final_character_set_of_str_value;
      } cs_info;
      

      This is needed for easier further work, e,g, MDEV-10709

      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:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 0.5h
                  0.5h

                  Git Integration

                    Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.