mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 2bdd872e5f
			
		
	
	2bdd872e5f
	
	
	
		
			
			Cut Nr. 8. All tests pass. Separated Event_scheduler into Event_queue and Event_scheduler. Added new Event_scheduler_ng which is the new scheduler and is used system-wide. Will be moved to the event_scheduler.cc in the future. Using Event_timed in Event_queue as well as cloned during execution. Next step is to have Event_worker_data which will be used during execution and will take ::compile()/::execute() out of Event_timed.
		
			
				
	
	
		
			15 lines
		
	
	
		
			620 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			620 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
 | |
| SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
 | |
| Grants for mysqltest_1@127.0.0.1/255.255.255.255
 | |
| GRANT USAGE ON *.* TO 'mysqltest_1'@'127.0.0.1/255.255.255.255'
 | |
| GRANT ALL PRIVILEGES ON `test`.* TO 'mysqltest_1'@'127.0.0.1/255.255.255.255'
 | |
| REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
 | |
| DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
 | |
| select user();
 | |
| user()
 | |
| #
 | |
| show processlist;
 | |
| Id	User	Host	db	Command	Time	State	Info
 | |
| <id>	root	<host>	test	<command>	<time>	<state>	<info>
 | |
| <id>	root	<host>	test	<command>	<time>	<state>	<info>
 |