Character limit for the prototype graph name

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 7.0.9, 7.0.10, 7.0.11rc1, 7.2.3, 7.2.4
    • Component/s: None
    • None

      Request behalf of customer T-Mobile Czech Republic ;
      asked in GLP-1053 ticket if it is possible to extend graph prototype name length (128 by default)

      | graphs | CREATE TABLE `graphs` (
        `graphid` bigint unsigned NOT NULL,
        `name` varchar(128) COLLATE utf8mb4_bin NOT NULL DEFAULT '',
        (...)
        CONSTRAINT `c_graphs_3` FOREIGN KEY (`ymax_itemid`) REFERENCES `items` (`itemid`)
      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin |

      Some of customers also requested to increase name field for graph prototype name for different versions in last 10 years (including 2.x)

            Assignee:
            Unassigned
            Reporter:
            Wojciech Rawicki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: