Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pingcap/tidb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37870674c77ebab6f27b3fd617a28b6d91eee477
Choose a base ref
..
head repository: pingcap/tidb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0a66f0ef42786847cf8a466dd019540ed3196f5
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/integrationtest/r/expression/charset_and_collation.result
Original file line number Diff line number Diff line change
@@ -883,7 +883,7 @@ CREATE TABLE t (`COL1` tinyblob NOT NULL, `COL2` binary(1) NOT NULL, `COL3` bi
insert into t values(0x1E,0xEC,6966939640596047133);
select * from t where col1 not in (0x1B,0x20) order by col1;
COL1 COL2 COL3
 � 6966939640596047133
 � 6966939640596047133
drop table if exists t;
create table t(a varchar(10));
insert into t values('aaaaaaaaa'),('天王盖地虎宝塔镇河妖');