Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.3.13, 5.5(EOL), 10.0(EOL), 10.1(EOL)
-
5.5.48-0
Description
Output:
mysql> select insert('a',2,1,'b');
|
+---------------------+
|
| insert('a',2,1,'b') |
|
+---------------------+
|
| ab |
|
+---------------------+
|
1 row in set (0.00 sec)
|
|
mysql> select version();
|
+-----------------+
|
| version() |
|
+-----------------+
|
| 10.1.10-MariaDB |
|
+-----------------+
|
1 row in set (0.00 sec)
|
Recreate:
select insert('a',2,1,'b');
|
Problem:
========
'a' is expected.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Output: ======= mysql> select insert('a',2,1,'b'); +---------------------+ | insert('a',2,1,'b') | +---------------------+ | ab | +---------------------+ 1 row in set (0.00 sec) mysql> select version(); +-----------------+ | version() | +-----------------+ | 10.1.10-MariaDB | +-----------------+ 1 row in set (0.00 sec) Problem: ======== 'a' is expected. |
Output: ======= mysql> select insert('a',2,1,'b'); +---------------------+ | insert('a',2,1,'b') | +---------------------+ | ab | +---------------------+ 1 row in set (0.00 sec) mysql> select version(); +-----------------+ | version() | +-----------------+ | 10.1.10-MariaDB | +-----------------+ 1 row in set (0.00 sec) Recreate: ===== select insert('a',2,1,'b'); Problem: ======== 'a' is expected. |
Affects Version/s | 10.1.10 [ 20402 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Description |
Output: ======= mysql> select insert('a',2,1,'b'); +---------------------+ | insert('a',2,1,'b') | +---------------------+ | ab | +---------------------+ 1 row in set (0.00 sec) mysql> select version(); +-----------------+ | version() | +-----------------+ | 10.1.10-MariaDB | +-----------------+ 1 row in set (0.00 sec) Recreate: ===== select insert('a',2,1,'b'); Problem: ======== 'a' is expected. |
Output: {noformat} mysql> select insert('a',2,1,'b'); +---------------------+ | insert('a',2,1,'b') | +---------------------+ | ab | +---------------------+ 1 row in set (0.00 sec) mysql> select version(); +-----------------+ | version() | +-----------------+ | 10.1.10-MariaDB | +-----------------+ 1 row in set (0.00 sec) {noformat} Recreate: {noformat} select insert('a',2,1,'b'); {noformat} Problem: ======== 'a' is expected. |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 5.3.13 [ 12602 ] | |
Affects Version/s | 5.5 [ 15800 ] | |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.1.10 [ 20402 ] | |
Assignee | Alexander Barkov [ bar ] | |
Labels | upstream-fixed |
Sprint | 5.5.48-0 [ 33 ] |
Rank | Ranked higher |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Assignee | Alexander Barkov [ bar ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Alexander Barkov [ bar ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 5.5.48 [ 21000 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 73502 ] | MariaDB v4 [ 149973 ] |