mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Bug #18472 race condition between multiple mysqld's when setting up cluster/schema
- check that event is the correct one, and only delete if wrong version
This commit is contained in:
parent
8e46f6409c
commit
dfbc4b3fcf
5 changed files with 32 additions and 7 deletions
|
|
@ -29,6 +29,8 @@ extern ulong ndb_extra_logging;
|
|||
|
||||
#define INJECTOR_EVENT_LEN 200
|
||||
|
||||
#define NDB_INVALID_SCHEMA_OBJECT 241
|
||||
|
||||
/*
|
||||
The numbers below must not change as they
|
||||
are passed between mysql servers, and if changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue