Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.3.13, 5.5(EOL), 10.0(EOL), 10.1(EOL)
-
10.0.25
Description
Output:
mysql> select 100 between 1 and 9223372036854775808;
|
+---------------------------------------+
|
| 100 between 1 and 9223372036854775808 |
|
+---------------------------------------+
|
| 0 |
|
+---------------------------------------+
|
1 row in set (0.00 sec)
|
Recreate:
select 100 between 1 and 9223372036854775808;
|
Problem:
========
1 is expected
Attachments
Issue Links
- relates to
-
MDEV-17698 MEMORY engine performance regression
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{{Output: ======= mysql> select 100 between 1 and 9223372036854775808; +---------------------------------------+ | 100 between 1 and 9223372036854775808 | +---------------------------------------+ | 0 | +---------------------------------------+ 1 row in set (0.00 sec) Problem: ======== 1 is expected.}} |
{{Output: ======= mysql> select 100 between 1 and 9223372036854775808; +---------------------------------------+ | 100 between 1 and 9223372036854775808 | +---------------------------------------+ | 0 | +---------------------------------------+ 1 row in set (0.00 sec) Recreate: ===== select 100 between 1 and 9223372036854775808; Problem: ======== 1 is expected.}} |
Affects Version/s | 10.1.10 [ 20402 ] |
Description |
{{Output: ======= mysql> select 100 between 1 and 9223372036854775808; +---------------------------------------+ | 100 between 1 and 9223372036854775808 | +---------------------------------------+ | 0 | +---------------------------------------+ 1 row in set (0.00 sec) Recreate: ===== select 100 between 1 and 9223372036854775808; Problem: ======== 1 is expected.}} |
Output: {noformat} mysql> select 100 between 1 and 9223372036854775808; +---------------------------------------+ | 100 between 1 and 9223372036854775808 | +---------------------------------------+ | 0 | +---------------------------------------+ 1 row in set (0.00 sec) {noformat} Recreate: {noformat} select 100 between 1 and 9223372036854775808; {noformat} Problem: ======== 1 is expected |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
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 | 10.0.25 [ 50 ] |
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 ] |
Fix Version/s | 5.5 [ 15800 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Component/s | OTHER [ 10125 ] | |
Fix Version/s | 5.5.50 [ 22014 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 73503 ] | MariaDB v4 [ 149974 ] |