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

Character major lambda causes error in MariaDB monitor

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 10.5.10
    • None
    • None
    • docker official

    Description

      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MariaDB connection id is 32603
      Server version: 10.5.10-MariaDB-1:10.5.10+maria~focal-log mariadb.org binary distribution
       
       CREATE TABLE `test` (
        `id` mediumint(9) NOT NULL AUTO_INCREMENT,
        `comment` char(60) COLLATE utf8_bin NOT NULL,
        UNIQUE KEY `id` (`id`)
      ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_bin 
      

      In MariaDB monitor, the statement

      INSERT INTO test (comment) VALUES  'AΛΣ · IXH · XAN';
      

      results in

      M:783520 [ci4]>\cINSERT INTO test (comment) VALUES  'A
      

      No problem in adminer.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kklepper Karl Klepper
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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