[MDEV-31388] Error in PROCEDURE in v.10.6.13 with RELEASE_LOCK Created: 2023-06-02 Updated: 2023-06-15 Resolved: 2023-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Events, Galera, Locking |
| Affects Version/s: | 10.6.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Moises Garcia | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Description: Ubuntu 22.04.2 LTS |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
After upgrading MariaDB from 10.6.12 to 10.6.13 we started to get these kinds of errors:
This is how is defined the EVENT in the table
And the PROCEDURE event_scheduler_update
|
| Comments |
| Comment by Sergei Golubchik [ 2023-06-02 ] |
|
it's caused by |
| Comment by Moises Garcia [ 2023-06-02 ] |
|
Perfect!! Thank you very much, I will keep an eye on it. |
| Comment by Jan Lindström [ 2023-06-15 ] |
|
moik78 GET_LOCK is not recommended on a cluster see https://mariadb.com/kb/en/mariadb-galera-cluster-known-limitations/ if you really need to use it you could do SET SESSSION wsrep_on = OFF. |