1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge branch '11.2' into 11.4

This commit is contained in:
Oleksandr Byelkin
2024-10-30 09:24:04 +01:00
734 changed files with 10187 additions and 4442 deletions

View File

@@ -179,7 +179,7 @@ void udf_init()
DBUG_VOID_RETURN;
}
initialized = 1;
new_thd->thread_stack= (char*) &new_thd;
new_thd->thread_stack= (void*) &new_thd; // Big stack
new_thd->store_globals();
new_thd->set_query_inner((char*) STRING_WITH_LEN("intern:udf_init"),
default_charset_info);