Different query result, depending from data load pattern
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL Server |
Unknown
|
Unknown
|
||||
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Invalid
|
Undecided
|
Unassigned | |||
5.6 |
Triaged
|
High
|
Unassigned | |||
5.7 |
Triaged
|
High
|
Unassigned | |||
8.0 |
Triaged
|
High
|
Unassigned |
Bug Description
The query result changes depending on the server version, this can´t be right?
Table for the query is attached.
Results from the Master
-- EXAMPLE #1 --
@ Percona Server 5.6.36-82.0
mysql> SELECT DISTINCT partner0_
-> 'be067ca5-
-> 'dff1ffa7-
-> '8c1fb1ae-
-> '7a090a98-
-> '83031acb-
+------
| col_0_0_ |
+------
| e0f52141-
+------
1 row in set (0.00 sec)
-- EXAMPLE #1 --
Results from the Slave
-- EXAMPLE #2 --
@ Percona Server 5.6.36-82.1 (and 82.2)
mysql> SELECT DISTINCT partner0_
-> 'be067ca5-
-> 'dff1ffa7-
-> '8c1fb1ae-
-> '7a090a98-
-> '83031acb-
Empty set (0.00 sec)
-- EXAMPLE #2 --
The second server is an identical slave of the first one.
If you reduce the list the result changes:
-- EXAMPLE #3 --
@ Percona Server 5.6.36-82.1 (and 82.2)
mysql> SELECT DISTINCT partner0_
-> 'dff1ffa7-
-> '7a090a98-
-> 'be067ca5-
+------
| col_0_0_ |
+------
| e0f52141-
+------
1 row in set (0.01 sec)
-- EXAMPLE #3 --
A 5.7.18 client works correctly.
If you need any further info or testing i am glad to help.
Changed in percona-server: | |
status: | Incomplete → New |
Changed in percona-server: | |
assignee: | nobody → Sveta Smirnova (svetasmirnova) |
tags: | added: upstream |
summary: |
- Query result changed between 5.6.36-82.0 and 5.6.36-82.1 + Different query result, depending from data load pattern |
FYI: Same result on 5.6.37-82.2