Jump to content

Mysql Server Crash


bubblegum.anarchy

Recommended Posts

What if you rewrite that to move the interval part to the between?

 

First of all, allow me to confirm that the original line of code still crashes mysql.

 

... and the INTERVAL beside any constant date value crashes mysql and so does the following:

 

SELECT subdate('2007-06-02', 1) BETWEEN '2007-06-02' AND '2007-06-03';
SELECT adddate('2007-06-02', 1) BETWEEN '2007-06-02' AND '2007-06-03';

 

version = 4.1.21-community-nt

Link to comment
https://forums.phpfreaks.com/topic/54078-mysql-server-crash/#findComment-269649
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.