mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-24 07:13:33 +03:00 
			
		
		
		
	 56129ce634
			
		
	
	56129ce634
	
	
	
		
			
			first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
		
			
				
	
	
		
			9 lines
		
	
	
		
			326 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			326 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/sh
 | |
| # A shortcut for resolving stacks when debugging when
 | |
| # we cannot duplicate the crash in a debugger and have to
 | |
| # resort to using stack traces
 | |
| 
 | |
| nm --numeric-sort ../sql/mysqld > var/tmp/mysqld.sym
 | |
| echo "Please type or paste the numeric stack trace,Ctrl-C to quit:"
 | |
| ../extra/resolve_stack_dump -s var/tmp/mysqld.sym
 |