diff options
author | monty@mashka.mysql.fi <> | 2002-12-14 17:43:01 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-12-14 17:43:01 +0200 |
commit | d49167bae5cfd3419261e29558bc17d2d36ad94d (patch) | |
tree | ec4419624a982054d0682faee38e3ea102cd16d9 /mysql-test/r/key_primary.result | |
parent | a241d9a0f7c1a00c143adb98e2e251f324391430 (diff) | |
download | mariadb-git-d49167bae5cfd3419261e29558bc17d2d36ad94d.tar.gz |
Fixes for binary protocol (complement to last push)
Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format.
DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types.
Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
Diffstat (limited to 'mysql-test/r/key_primary.result')
-rw-r--r-- | mysql-test/r/key_primary.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/key_primary.result b/mysql-test/r/key_primary.result index e148548b721..14ca90b3dd2 100644 --- a/mysql-test/r/key_primary.result +++ b/mysql-test/r/key_primary.result @@ -16,5 +16,5 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 const PRIMARY PRIMARY 3 const 1 describe select * from t1 where t1="ABCD"; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE Impossible WHERE noticed after reading const tables +1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables drop table t1; |