diff options
author | unknown <bell@sanja.is.com.ua> | 2004-08-31 10:06:38 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-08-31 10:06:38 +0300 |
commit | a64a56374cd658b2d5082d7fcc71ef08ccc8c973 (patch) | |
tree | 5f2f79152aa536016bbf28ae6e6b0e70d5087d25 /mysql-test/r/case.result | |
parent | 2aa6ddca6d0cf559ec9ae309777378dd19fda81e (diff) | |
download | mariadb-git-a64a56374cd658b2d5082d7fcc71ef08ccc8c973.tar.gz |
fixed open_and_lock_tables result processing (all open_and_lock_tables revision)
fixed printing of COLLATE operation
(BUG#5155)
mysql-test/r/case.result:
fixed printing of COLLATE operation
mysql-test/r/func_if.result:
fixed printing of COLLATE operation
mysql-test/r/func_in.result:
fixed printing of COLLATE operation
mysql-test/r/func_str.result:
fixed printing of COLLATE operation
mysql-test/r/func_test.result:
fixed printing of COLLATE operation
mysql-test/r/view.result:
VIEW with collation
mysql-test/t/view.test:
VIEW with collation
sql/item_strfunc.cc:
fixed printing of COLLATE operation
sql/item_strfunc.h:
fixed printing of COLLATE operation
sql/sp_head.cc:
fixed open_and_lock_tables result processing
sql/sql_base.cc:
fixed open_and_lock_tables result processing
sql/sql_delete.cc:
fixed open_and_lock_tables result processing
sql/sql_help.cc:
fixed open_and_lock_tables result processing
sql/sql_load.cc:
fixed open_and_lock_tables result processing
sql/sql_parse.cc:
fixed open_and_lock_tables result processing
sql/sql_prepare.cc:
fixed open_and_lock_tables result processing
sql/sql_show.cc:
fixed open_and_lock_tables result processing
sql/sql_update.cc:
fixed open_and_lock_tables result processing
Diffstat (limited to 'mysql-test/r/case.result')
-rw-r--r-- | mysql-test/r/case.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/case.result b/mysql-test/r/case.result index dba21877644..75d0c9a7e3b 100644 --- a/mysql-test/r/case.result +++ b/mysql-test/r/case.result @@ -141,7 +141,7 @@ COALESCE('a' COLLATE latin1_bin,'b'); id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE NULL NULL NULL NULL NULL NULL NULL No tables used Warnings: -Note 1003 select coalesce(1) AS `COALESCE(1)`,coalesce(1.0) AS `COALESCE(1.0)`,coalesce(_latin1'a') AS `COALESCE('a')`,coalesce(1,1.0) AS `COALESCE(1,1.0)`,coalesce(1,_latin1'1') AS `COALESCE(1,'1')`,coalesce(1.1,_latin1'1') AS `COALESCE(1.1,'1')`,coalesce((_latin1'a' collate _latin1'latin1_bin'),_latin1'b') AS `COALESCE('a' COLLATE latin1_bin,'b')` +Note 1003 select coalesce(1) AS `COALESCE(1)`,coalesce(1.0) AS `COALESCE(1.0)`,coalesce(_latin1'a') AS `COALESCE('a')`,coalesce(1,1.0) AS `COALESCE(1,1.0)`,coalesce(1,_latin1'1') AS `COALESCE(1,'1')`,coalesce(1.1,_latin1'1') AS `COALESCE(1.1,'1')`,coalesce((_latin1'a' collate latin1_bin),_latin1'b') AS `COALESCE('a' COLLATE latin1_bin,'b')` SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` ( |