~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/comment_column.test

Merge Andrew - Enable boost filesystem requirement and fix linking requirements for it.

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
103
104
SHOW CREATE TABLE t1;
104
105
 
105
106
# comment overflow(error)