1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge mysql.com.:/data/BK/mysql-4.1_15828

into  mysql.com.:/data/BK/mysql-5.0_15828
This commit is contained in:
gunnar@mysql.com.
2006-02-02 19:10:27 +01:00
2 changed files with 16 additions and 0 deletions

View File

@@ -503,3 +503,12 @@ d1 d2
02 February
01 January
drop table t1;
select str_to_date( 1, NULL );
str_to_date( 1, NULL )
NULL
select str_to_date( NULL, 1 );
str_to_date( NULL, 1 )
NULL
select str_to_date( 1, IF(1=1,NULL,NULL) );
str_to_date( 1, IF(1=1,NULL,NULL) )
NULL