mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
fixed bug #439889: Embedded server asserts on startup because of pbxt
This commit is contained in:
@ -1179,9 +1179,9 @@ int plugin_init(int *argc, char **argv, int flags)
|
||||
embedded server with different options than the regular server,
|
||||
the only way was to disable PBXT from here.
|
||||
*/
|
||||
if (!my_strnncoll(&my_charset_latin1, (const uchar*) plugin->name,
|
||||
4, (const uchar*) "PBXT", 4))
|
||||
continue;
|
||||
//if (!my_strnncoll(&my_charset_latin1, (const uchar*) plugin->name,
|
||||
// 4, (const uchar*) "PBXT", 4))
|
||||
// continue;
|
||||
|
||||
#endif
|
||||
bzero(&tmp, sizeof(tmp));
|
||||
|
Reference in New Issue
Block a user