mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
branches/innodb+: Merge c6504 from branches/innodb+_persistent_stats:
------------------------------------------------------------------------ r6504 | vasil | 2010-01-21 19:41:38 +0200 (Thu, 21 Jan 2010) | 3 lines Changed paths: M /branches/innodb+_persistent_stats/include/ut0lst.h branches/innodb+: Remove compiler warning the address of 'index1' will always evaluate as 'true' ------------------------------------------------------------------------
This commit is contained in:
parent
e3f84e3f59
commit
ac54ac8d8f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Adds the node as the last element in a two-way linked list.
|
|||
*/
|
||||
#define UT_LIST_ADD_LAST(NAME, BASE, N)\
|
||||
{\
|
||||
ut_ad(N);\
|
||||
ut_ad(N != NULL);\
|
||||
((BASE).count)++;\
|
||||
((N)->NAME).prev = (BASE).end;\
|
||||
((N)->NAME).next = NULL;\
|
||||
|
|
Loading…
Add table
Reference in a new issue