mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fix more -Wnonnull-compare
For some reason, GCC 8 did not issue warnings for all such comparisons.
This commit is contained in:
parent
c0fca2863b
commit
fa14784301
2 changed files with 0 additions and 2 deletions
|
@ -1087,7 +1087,6 @@ trx_undo_rec_get_partial_row(
|
|||
const byte* end_ptr;
|
||||
ulint row_len;
|
||||
|
||||
ut_ad(ptr);
|
||||
ut_ad(dict_index_is_clust(index));
|
||||
|
||||
row_len = dict_table_get_n_cols(index->table);
|
||||
|
|
|
@ -1087,7 +1087,6 @@ trx_undo_rec_get_partial_row(
|
|||
const byte* end_ptr;
|
||||
ulint row_len;
|
||||
|
||||
ut_ad(ptr);
|
||||
ut_ad(dict_index_is_clust(index));
|
||||
|
||||
row_len = dict_table_get_n_cols(index->table);
|
||||
|
|
Loading…
Reference in a new issue