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

Dynamic columns require inclusion of my_sys.h and my_global.h

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 10.0.6
    • 10.0.5
    • None
    • None
    • all

    Description

      Dynamic columns (ma_dyncol.h) uses structs DYNAMIC_STRING and LEX_STRING) which are included via my_sys.h and my_global.h.
      These files shouldn't be included in application programs (also my_global.h includes other files which aren't part of the binary distribution).

      How to fix:

      ma_dyncol.h

      #ifndef _my_sys_h
      +typedef struct st_dynamic_string
      +{
      +    char *str;
      +    size_t length,max_length,alloc_increment;
      +} DYNAMIC_STRING;
      +#endif
       
      +#ifndef MY_GLOBAL_INCLUDED
      +struct st_mysql_lex_string
      +{
      +  char *str;
      +  size_t length;
      +};
      +typedef struct st_mysql_lex_string MYSQL_LEX_STRING;
      +typedef struct st_mysql_lex_string LEX_STRING;
      +#endif

      Attachments

        Activity

          georg Georg Richter created issue -
          sanja Oleksandr Byelkin made changes -
          Field Original Value New Value
          Status Open [ 1 ] In Progress [ 3 ]
          sanja Oleksandr Byelkin made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          sanja Oleksandr Byelkin made changes -
          Status Stalled [ 10000 ] In Progress [ 3 ]
          sanja Oleksandr Byelkin made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          sanja Oleksandr Byelkin made changes -
          Status Stalled [ 10000 ] In Progress [ 3 ]
          sanja Oleksandr Byelkin made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          sanja Oleksandr Byelkin made changes -
          Fix Version/s 10.0.5 [ 13201 ]
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow defaullt [ 29207 ] MariaDB v2 [ 44210 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 44210 ] MariaDB v3 [ 63495 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 63495 ] MariaDB v4 [ 147084 ]

          People

            sanja Oleksandr Byelkin
            georg Georg Richter
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.