~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/mix2_myisam.result

  • Committer: Brian Aker
  • Date: 2009-05-06 03:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1007.
  • Revision ID: brian@gaz-20090506035807-h7bvu8jimew6arv2
Enable "old" alter table by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1841
1841
alter table t1 modify v varchar(600), drop key v, add key v (v);
1842
1842
Warnings:
1843
1843
Warning 1071    Specified key was too long; max key length is 1332 bytes
1844
 
Warning 1071    Specified key was too long; max key length is 1332 bytes
1845
 
Warning 1071    Specified key was too long; max key length is 1332 bytes
1846
1844
show create table t1;
1847
1845
Table   Create Table
1848
1846
t1      CREATE TABLE `t1` (