[MDEV-10202] Virtual column value depends on the user who first opens the table Created: 2016-06-09 Updated: 2017-01-24 Resolved: 2017-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Virtual Columns |
| Affects Version/s: | 10.0, 10.1, 10.2 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This script:
returns
Now I flush and reopen the table with a binary session collation:
It returns:
Now I exit the client and start a new session:
It returns:
These results looks wrong. The result of comparison of 'a'='A' depends on the @@collation_connection of the session which opened the table. |
| Comments |
| Comment by Sergei Golubchik [ 2016-10-16 ] |
|
still an issue in 10.2.2? |
| Comment by Alexander Barkov [ 2017-01-17 ] |
|
Does not seem to repeat in the latest 10.2. |