summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/mysql-interactive.result
blob: a18c018b932c0f5f6ae9898359f763fa9c028595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# regression introduced by MDEV-14448
#
delimiter $
select 1;
$
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is X
Server version: Y
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

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

MariaDB [(none)]>