mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge tag '11.4' into 11.6
MariaDB 11.4.4 release
This commit is contained in:
@@ -180,7 +180,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);
|
||||
|
Reference in New Issue
Block a user