Merge branch 'release-1.0GA' of https://github.com/mariadb-corporation/MaxScale into release-1.0GA
This commit is contained in:
commit
68932b49f2
@ -503,7 +503,7 @@ hashtable_read_lock(HASHTABLE *table)
|
||||
;
|
||||
spinlock_acquire(&table->spin);
|
||||
}
|
||||
table->n_readers++;
|
||||
atomic_add(&table->n_readers, 1);
|
||||
spinlock_release(&table->spin);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user