diff options
author | monty@mashka.mysql.fi <> | 2002-12-21 10:56:40 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-12-21 10:56:40 +0200 |
commit | f03bbd3fe28455885603890a21eebfe2792f2704 (patch) | |
tree | ad383628b0de0a338b83b72a5c8832d3177b18af /mysql-test/r/case.result | |
parent | 1033c9d2ece70cae86c24d60f2b724c492ca8827 (diff) | |
parent | 962042e76d8529fb24abb0808f37247f3448f69a (diff) | |
download | mariadb-git-f03bbd3fe28455885603890a21eebfe2792f2704.tar.gz |
Merge with 3.23:
Remove duplicate casedn_str() in mysql_change_db()
Fix for null handling in CASE
Diffstat (limited to 'mysql-test/r/case.result')
-rw-r--r-- | mysql-test/r/case.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/case.result b/mysql-test/r/case.result index ec37c9a5763..183e2692d7a 100644 --- a/mysql-test/r/case.result +++ b/mysql-test/r/case.result @@ -63,3 +63,7 @@ nothing 2 one 1 two 1 drop table t1; +color +orange +yellow +green |