~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb_mysql.result

  • Committer: Brian Aker
  • Date: 2009-05-06 06:59:53 UTC
  • mfrom: (1003.1.20 merge)
  • Revision ID: brian@gaz-20090506065953-4mrfmaty42e0ixpq
Merge handler cleanup (and ALTER TABLE cleanup) We go from 1 and 2 half
thought out systems... to just 1.

This should all be changed when we finish the StorageEngine rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
992
992
alter table t1 add index(a(1024));
993
993
Warnings:
994
994
Warning 1071    Specified key was too long; max key length is 767 bytes
995
 
Warning 1071    Specified key was too long; max key length is 767 bytes
996
 
Warning 1071    Specified key was too long; max key length is 767 bytes
997
995
show create table t1;
998
996
Table   Create Table
999
997
t1      CREATE TABLE `t1` (