~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema.test

  • Committer: Brian Aker
  • Date: 2009-11-30 19:13:19 UTC
  • mfrom: (1225.1.39 figure)
  • Revision ID: brian@gaz-20091130191319-zyt51fidacic3brf
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
alter database information_schema;
171
171
--error ER_DBACCESS_DENIED_ERROR
172
172
drop database information_schema;
173
 
--error 1044
174
 
drop table information_schema.tables;
175
 
--error 1044
176
 
alter table information_schema.tables;
 
173
use information_schema;
 
174
--error 1044
 
175
drop table tables;
 
176
--error 1044
 
177
alter table tables;
177
178
#
178
179
# Bug #9683 INFORMATION_SCH: Creation of temporary table allowed in Information_schema DB
179
180
#
219
220
table_schema='information_schema' and
220
221
(column_type = 'varchar(7)' or column_type = 'varchar(20)'
221
222
 or column_type = 'varchar(27)')
222
 
group by column_type order by num;
 
223
group by column_type order by column_type, num;
223
224
 
224
225
#
225
226
# Bug#19236 bad COLUMNS.CHARACTER_MAXIMUM_LENGHT and CHARACTER_OCTET_LENGTH