[MDEV-8364] wsrep_dirty_reads not possible with wsrep_sync_wait (deadlock) Created: 2015-06-23 Updated: 2015-10-14 Resolved: 2015-10-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.0.17-galera |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ragnar Rova | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
1. Three node galera cluster, with wsrep_sync_wait=1 in /etc/my.cnf
|
| Comments |
| Comment by Ragnar Rova [ 2015-06-23 ] |
|
seems like if I only want to do selects, I can instead of wsrep_dirty_reads session-level variable wsrep_on? like so: -> select foo ... ? |
| Comment by Ragnar Rova [ 2015-06-24 ] |
|
Sorry, I think this is not a bug. If I remove 'use mysql' and instead do select * from mysql.user all works fine. |
| Comment by Ragnar Rova [ 2015-06-24 ] |
|
@elenst: You may close this, I do not need to be able to use 'use' statements in this mode. Not a bug. |