mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Fix for bug #6710 (CREATE FUNCTION fails with 'Unknown error')
This commit is contained in:
parent
ca0803a024
commit
ded44df2b5
1 changed files with 1 additions and 0 deletions
|
@ -3400,6 +3400,7 @@ purposes internal to the MySQL server", MYF(0));
|
|||
if (!(res = mysql_create_function(thd,&lex->udf)))
|
||||
send_ok(thd);
|
||||
#else
|
||||
net_printf(thd, ER_CANT_OPEN_LIBRARY, lex->udf.dl, 0, "feature disabled");
|
||||
res= -1;
|
||||
#endif
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue