github.com/pingcap/tidb-lightning@v5.0.0-rc.0.20210428090220-84b649866577+incompatible/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;