commit | d04a818db116b635106d7447e57717f31fed0ddc | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri May 17 11:11:00 2013 -0700 |
committer | Shawn Pearce <sop@google.com> | Sat May 18 12:31:58 2013 -0700 |
tree | c32f94c4edbb7daa311a2b6c9b6f53200cae32ba | |
parent | 246f9b52854fc1b11dbe14085e2c0ac0f6ddda95 [diff] |
Work around MySQL refusing to be case sensitive We can't trust MySQL to be case sensitive on VARCHAR columns. Encode UUID sequences using only hex digits where MySQL cannot run into conflicts over 'A' and 'a' being the "same". Bug: issue 851 Change-Id: I0f68efcebe1a75ddd9269b302c27fa14b1151b80