Details
-
Sub-Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
manual check:
|
timofey_turenko_mariadb_com@mdbci-8ecel6r0-1749158014-max:~$ mariadb -utestUser -p'ct570c3521fCCR#ef' -P 4006
|
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 44
|
Server version: 10.6.22-18-MariaDB-enterprise-log MariaDB Enterprise Server
|
|
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)]> EXPLAIN EXTENDED SELECT 'a'||'b'||'c';
|
+------+-------------+-------+------+---------------+------+---------+------+------+----------+-------+
|
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|
+------+-------------+-------+------+---------------+------+---------+------+------+----------+-------+
|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | No tables used |
|
+------+-------------+-------+------+---------------+------+---------+------+------+----------+-------+
|
1 row in set, 1 warning (0.001 sec)
|
|
MariaDB [(none)]> show warnings;
|
+-------+------+---------+
|
| Level | Code | Message |
|
+-------+------+---------+
|
+-------+------+---------+
|
0 rows in set (0.000 sec)
|
|