mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
remove ifdefs around PSI_THREAD_CALL
same change as for PSI_TABLE_CALL
This commit is contained in:
committed by
Aleksey Midenkov
parent
e577b5667a
commit
e52a237fe9
@ -731,7 +731,7 @@ emb_transfer_connect_attrs(MYSQL *mysql)
|
||||
ptr= buf= (uchar *) my_alloca(length + 9);
|
||||
send_client_connect_attrs(mysql, buf);
|
||||
net_field_length_ll(&ptr);
|
||||
PSI_THREAD_CALL(set_thread_connect_attrs)((char *) ptr, length, thd->charset());
|
||||
PSI_CALL_set_thread_connect_attrs((char *) ptr, length, thd->charset());
|
||||
my_afree(buf);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user