1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/t
unknown d2c90fcb8e Fix for bug #23412: delete rows with null date field
Backport of the fix for bug #8143: A date with value 0 is treated as a NULL value


mysql-test/r/delete.result:
  Fix for bug #23412: delete rows with null date field
    - test result
mysql-test/t/delete.test:
  Fix for bug #23412: delete rows with null date field
    - test case
sql/sql_delete.cc:
  Fix for bug #23412: delete rows with null date field
    - during SELECT queries processing we convert 'date[time]_field is null'                   
      conditions into 'date[time]_field = 0000-00-00[ 00:00:00]' for not null                  
      DATE and DATETIME fields. To be consistent, we have to do the same for DELETE            
      queries. So we should call remove_eq_conds() in the mysql_delete() as well.              
      Also it may simplify and speed up DELETE queries execution.
2006-10-27 18:08:50 +05:00
..
2006-05-01 21:30:09 +03:00
2006-10-13 08:48:47 +02:00
2006-09-20 09:46:12 -07:00
2006-04-20 12:35:33 +04:00
2006-04-11 15:26:18 +05:00
2006-05-06 23:48:13 -07:00
2005-09-06 18:03:08 +04:00
2006-04-18 20:57:31 -07:00
2006-06-30 18:29:27 +03:00
2006-03-06 18:34:38 +01:00
2005-11-25 10:41:22 +01:00
2005-09-30 11:39:49 +02:00
2006-08-15 13:12:27 +02:00
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2006-04-20 22:15:38 -07:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2006-10-07 20:16:57 +02:00
2005-12-08 16:13:53 +01:00
2006-10-07 20:16:57 +02:00
2005-08-09 00:13:49 +03:00
2006-01-26 00:06:20 +03:00