mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
MDEV-21907: Fix most clang -Wconversion in InnoDB
Declare innodb_purge_threads as 4-byte integer (UINT) instead of 4-or-8-byte (ULONG) and adjust the documentation string.
This commit is contained in:
@@ -1920,7 +1920,7 @@ row_update_for_mysql(row_prebuilt_t* prebuilt)
|
||||
&& trx->fts_next_doc_id != UINT64_UNDEFINED) {
|
||||
err = row_fts_update_or_delete(prebuilt);
|
||||
if (UNIV_UNLIKELY(err != DB_SUCCESS)) {
|
||||
ut_ad(!"unexpected error");
|
||||
ut_ad("unexpected error" == 0);
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user