diff options
author | monty@mysql.com <> | 2005-11-01 15:54:30 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-11-01 15:54:30 +0200 |
commit | e5f48e13bfd6a792b80edc002ab3def5eb160f60 (patch) | |
tree | a19fa82d4c5fc0f845231b5d75a45a0c36e0494d /mysql-test/r/func_sapdb.result | |
parent | f3502cd9838f75086de49478115d9a54d4a45a3d (diff) | |
download | mariadb-git-e5f48e13bfd6a792b80edc002ab3def5eb160f60.tar.gz |
Reverting patch for BUG #14009 (use of abs() on null value causes problems with filesort
Fix for bug #14536: SELECT @a,@a:=... fails with prepared statements
Diffstat (limited to 'mysql-test/r/func_sapdb.result')
-rw-r--r-- | mysql-test/r/func_sapdb.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_sapdb.result b/mysql-test/r/func_sapdb.result index f209866d953..d984eee80fa 100644 --- a/mysql-test/r/func_sapdb.result +++ b/mysql-test/r/func_sapdb.result @@ -180,8 +180,8 @@ Field Type Null Key Default Extra f1 date NO 0000-00-00 f2 datetime YES NULL f3 time YES NULL -f4 time NO 00:00:00 -f5 time NO 00:00:00 +f4 time YES NULL +f5 time YES NULL f6 time NO 00:00:00 f7 datetime YES NULL f8 date YES NULL |