The msql2mysql, mysql_convert_table_format, mysql_find_rows, mysql_fix_extensions, mysql_setpermission, mysql_waitpid, mysql_zap, mysqlaccess, and mysqlbug utilities. The mysqlhotcopy utility. Alternatives include mysqldump and MySQL Enterprise Backup. The binary-configure.sh script. The INNODB...
Since 1.7.34, chmod does not always affect the POSIX permission mask as returned by stat(2) or printed by ls(1), due to the improved POSIX ACL handling. However, that's still far from perfect, so, as a temporary workaround, chmod now checks if secondary groups and users in the ACL...
[16794] [DocDB] Make full compactions non-exclusive by default [17629] [YSQL] Add waitpid status code decoded messages to log [17633] [YCQL] Introduce GFlag to control local calls on RPC threadImprovements Database [14473] [DocDB] Accept registrations from tservers on the same node with ...
It is up to the parent process to waitpid() for these children if child-cleanup processing must be allowed to finish. However, it is also then the responsibility of the parent to avoid the deadlock by making sure the child process can't be blocked on I/O. See perlfork for more ...