mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge with 3.23.53
This commit is contained in:
@ -141,7 +141,7 @@ void udf_init()
|
||||
new_thd->db_length=5;
|
||||
|
||||
bzero((gptr) &tables,sizeof(tables));
|
||||
tables.alias= tables.real_name = (char*) "func";
|
||||
tables.alias= tables.real_name= (char*) "func";
|
||||
tables.lock_type = TL_READ;
|
||||
tables.db=new_thd->db;
|
||||
|
||||
|
Reference in New Issue
Block a user