~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 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:
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` (