~mordred/drizzle/bug615046

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/test-suite-dir/embedded_innodb/tests/r/index_length_limit.result

  • Committer: Monty Taylor
  • Date: 2010-08-17 15:18:37 UTC
  • mfrom: (1711.1.20 build)
  • Revision ID: mordred@inaugust.com-20100817151837-xg0sc9n6tgjaf4mn
Rollup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE t1 (pk int primary key, a varbinary(767) unique);
 
2
drop table t1;
 
3
CREATE TABLE t1 (pk int primary key, a varbinary(4097) unique);
 
4
ERROR 42000: Specified key was too long; max key length is 767 bytes