diff options
author | bar@bar.mysql.r18.ru <> | 2003-03-19 19:13:28 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-03-19 19:13:28 +0400 |
commit | 22cb247c742411a71835d32fa026546804b13782 (patch) | |
tree | fd3138007c4fe92a16574563128dcaaf2119608e /mysql-test/t/func_system.test | |
parent | 3c455e314b3c4a8ba18245b651be989c4ef05ca0 (diff) | |
download | mariadb-git-22cb247c742411a71835d32fa026546804b13782.tar.gz |
Strings comparison is now done according to "Collating sequences used for
comparison" table, "SQL Complete, Really", page 162
Diffstat (limited to 'mysql-test/t/func_system.test')
-rw-r--r-- | mysql-test/t/func_system.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_system.test b/mysql-test/t/func_system.test index c69526644f4..db366e3ab49 100644 --- a/mysql-test/t/func_system.test +++ b/mysql-test/t/func_system.test @@ -3,5 +3,5 @@ # select database(),user() like "%@%"; -select version()>="3.23.29"; +select version()>=_utf8"3.23.29"; select TRUE,FALSE,NULL; |