mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix some conversion warnings
This commit is contained in:
@ -432,7 +432,7 @@ static void push_locks_into_array(DYNAMIC_ARRAY *ar, THR_LOCK_DATA *data,
|
||||
if (table && table->s->tmp_table == NO_TMP_TABLE)
|
||||
{
|
||||
TABLE_LOCK_INFO table_lock_info;
|
||||
table_lock_info.thread_id= table->in_use->thread_id;
|
||||
table_lock_info.thread_id= (ulong)table->in_use->thread_id;
|
||||
memcpy(table_lock_info.table_name, table->s->table_cache_key.str,
|
||||
table->s->table_cache_key.length);
|
||||
table_lock_info.table_name[strlen(table_lock_info.table_name)]='.';
|
||||
|
Reference in New Issue
Block a user