github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/pkg/lightning/mydump/examples/mocker_test.i-schema.sql (about)

     1  /* The characters 'ı' and 'ſ' have lengths 2 */;
     2  /* but their upper case 'I' and 'S" have length 1 */;
     3  /* Code that relies on indices extracted from ToUpper will fail on this table*/;
     4  CREATE TABLE `ı` (
     5  `ſ` varchar(5) NOT NULL
     6  ) ENGINE=InnoDB;