mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
./hstest test=7 key_mask=9999 host=localhost port=11211 num=10000 \
 | 
						|
	num_threads=10 timelimit=10 op=R $@
 | 
						|
./hstest test=7 key_mask=9999 host=localhost port=11211 num=1000000 \
 | 
						|
	num_threads=100 timelimit=10 op=G $@
 | 
						|
 |