~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/bigint.result

  • Committer: Brian Aker
  • Date: 2010-10-15 03:36:56 UTC
  • mfrom: (1843.7.6 refactor)
  • Revision ID: brian@tangent.org-20101015033656-9u3aptcc6ipoc1vj
This removes two of our dead plugins (the bad schedulers).
Also this fixes help messages to say "schema" instead of "database"
everywhere..

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
drop table t1;
184
184
DROP DATABASE IF EXISTS `scott`;
185
185
Warnings:
186
 
Note    1008    Can't drop database 'scott'; database doesn't exist
 
186
Note    1008    Can't drop schema 'scott'; schema doesn't exist
187
187
create table t1 (a char(100), b varchar(100), c text, d blob);
188
188
insert into t1 values(
189
189
18446744073709551615,18446744073709551615,