mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	compilation error in mysys/my_getsystime.c fixed some redundant code removed sec_to_time, time_to_sec, from_unixtime, unix_timestamp, @@timestamp now use decimal, not double for numbers with a fractional part. purge_master_logs_before_date() fixed many bugs in corner cases fixed mysys/my_getsystime.c: compilation failure fixed sql/sql_parse.cc: don't cut corners. it backfires.
		
			
				
	
	
		
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| select from_unixtime(0);
 | |
| from_unixtime(0)
 | |
| 1969-12-31 14:00:00
 | |
| select unix_timestamp('1969-12-31 14:00:01');
 | |
| unix_timestamp('1969-12-31 14:00:01')
 | |
| 1.000000
 |