~linuxjedi/drizzle/elliott-bug-659824

« back to all changes in this revision

Viewing changes to tests/t/comment_column.test

  • Committer: Brian Aker
  • Date: 2010-10-09 00:49:33 UTC
  • mfrom: (1812.5.8 staging)
  • Revision ID: brian@tangent.org-20101009004933-tehugnkubtzp6uy4
Merge in changes for show create table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
SELECT index_comment,char_length(index_comment) FROM data_dictionary.indexes WHERE table_name='t1';
101
101
let $ENGINE=`select variable_value from data_dictionary.global_variables where variable_name='STORAGE_ENGINE'`;
102
102
--replace_result $ENGINE ENGINE
103
 
--error ER_NO_SUCH_TABLE
104
103
SHOW CREATE TABLE t1;
105
104
 
106
105
# comment overflow(error)