mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
MDEV-6340 Mariadb 10.0.12 fatal "Lost connection" error w/ GCC 4.9 'Release' build; workaround ~ CFLAGS="-fno-delete-null-pointer-checks"
don't use attribute nonnull for arguments that can be null
This commit is contained in:
parent
c2536764d8
commit
3e9d4541d5
2 changed files with 2 additions and 2 deletions
|
|
@ -289,7 +289,7 @@ lock_rec_insert_check_and_lock(
|
|||
inserted record maybe should inherit
|
||||
LOCK_GAP type locks from the successor
|
||||
record */
|
||||
__attribute__((nonnull, warn_unused_result));
|
||||
__attribute__((nonnull(2,3,4,6,7), warn_unused_result));
|
||||
/*********************************************************************//**
|
||||
Checks if locks of other transactions prevent an immediate modify (update,
|
||||
delete mark, or delete unmark) of a clustered index record. If they do,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue