mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge branch '10.9' into 10.10
This commit is contained in:
commit
13a294a2c9
370 changed files with 2089 additions and 825 deletions
|
|
@ -61,7 +61,7 @@ struct get_sched_indexer_t : public generic_indexer_t<Type, N> {
|
|||
|
||||
size_t cpu = sched_getcpu();
|
||||
if (cpu == (size_t) -1) {
|
||||
cpu = get_curr_thread_id();
|
||||
cpu = (size_t) get_curr_thread_id();
|
||||
}
|
||||
|
||||
return(cpu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue