mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
--echo Resuming node ...
 | 
						|
--perl
 | 
						|
        my $pid_filename = $ENV{'_SUSPEND_NODE_PIDFILE'};
 | 
						|
        my $mysqld_pid = `cat $pid_filename`;
 | 
						|
        chomp($mysqld_pid);
 | 
						|
        system("kill -SIGCONT $mysqld_pid");
 | 
						|
        exit(0);
 | 
						|
EOF
 |