~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/randgen_queries.result

  • Committer: Stewart Smith
  • Date: 2010-05-13 05:00:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1530.
  • Revision ID: stewart@flamingspork.com-20100513050009-8b9o9maoxn02e7g5
increase maximum size of an indexed column to 1023 from 767. This means on disk format changes (which we don't mind) as well as some test cases changes that were previously seeing the 767 limit. In one case, the test needed to be updated as it now hit the 3500 byte total index size limit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
key (`col_char_not_null_key` ),
43
43
key (`col_text_key`  (255)),
44
44
key (`col_enum_key` )) ENGINE=innodb;
45
 
Warnings:
46
 
Warning 1071    Specified key was too long; max key length is 767 bytes
47
 
Warning 1071    Specified key was too long; max key length is 767 bytes
48
45
set AUTOCOMMIT=OFF;
49
46
select table_schema, 
50
47
table_name,