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

mysql client: lost delimiter

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Not a Bug
    • None
    • None
    • None
    • None
    • Only tested on Windows XP

    Description

      mysql client: when the statement delimiter is in the same line of the new DELIMITER command, the delimiter is lost.
      Example:

      MariaDB [(none)]> delimiter ||
      MariaDB [(none)]> select 1;
          -> || delimiter ;
      +---+
      | 1 |
      +---+
      | 1 |
      +---+
      1 row in set (0.00 sec)
          ->

      At this point... no delimiter seems to be recognized:

          -> select 1 ||
      MariaDB [(none)]> select 1 ;
          -> select 1 ;
          -> select 1 ||
          -> || ;
          ->

      Attachments

        Activity

          People

            elenst Elena Stepanova
            f_razzoli Federico Razzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.