1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge 11.2 into 11.4

This commit is contained in:
Marko Mäkelä
2024-09-18 08:07:22 +03:00
28 changed files with 632 additions and 523 deletions

View File

@ -3574,7 +3574,6 @@ pthread_handler_t handle_delayed_insert(void *arg)
DBUG_LEAVE;
}
my_thread_end();
pthread_exit(0);
return 0;
}