Alterações na distribuição 3.23.47 (27 Dec 2001)
Fixed bug when using the following construct: SELECT ... WHERE key=@var_name OR key=@var_name2
- Restrict
InnoDBkeys to 500 bytes. InnoDBnow supportsNULLin keys.- Fixed shutdown problem on HP-UX. (Introduced in 3.23.46)
- Fixed core dump bug in replication when using
SELECT RELEASE_LOCK(). - Added new command:
DO expression,[expression] - Added
slave-skip-errorsoption. - Added statistics variables for all MariaDB commands. (
SHOW STATUSis now much longer.) - Fixed default values for
InnoDBtables. - Fixed that
GROUP BY expr DESCworks. - Fixed bug when using
t1 LEFT JOIN t2 ON t2.key=constant. mysql_confignow also works with binary (relocated) distributions.