mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
After merge fixes & remove compiler warnings
Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
This commit is contained in:
@ -236,7 +236,7 @@ void udf_free()
|
||||
if (initialized)
|
||||
{
|
||||
initialized= 0;
|
||||
pthread_mutex_destroy(&THR_LOCK_udf);
|
||||
rwlock_destroy(&THR_LOCK_udf);
|
||||
}
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user