This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-18 13:02:28 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7a358c4b5c
mariadb
/
mysql-test
/
r
/
sysdate_is_now.result
5 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
BUG#15101 SYSDATE() disregards SET TIMESTAMP. After the ChangeSet 1.1892.20.1 2005/08/24 (Bug #12562) SYSDATE() is not an alias of NOW() and is unsafe for replication. `SYSDATE()' backward compatible aliasing clashes with the idea #12562 fix. To make it safe-replicatable we have to either use RBR or to restore the pre-5.0 style. --sysdate-is-now command line flag was introduced to provide backward compatibility.
2006-03-10 15:47:56 +01:00
set timestamp=1;
SELECT sleep(1),NOW()-SYSDATE() as zero;
sleep(1) zero
Post-merge fixes
2006-06-10 04:29:39 +02:00
0 0.000000
Reference in a new issue
Copy permalink