You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #31420212 CREATE_DEF_FILE.JS TAKES LONG TIME TO COMPLETE BLOCKING THE COMPILATION
Slow cscript is replaced by custom C++ program to do the same 10x faster.
The .def file creation is no longer called at mysqld pre-link, but as a separate target with well defined dependencies. This allows a mysqld compilation after doing some changes e.g. in innodb without regenerating .def file at all.
RB#24549
0 commit comments