after-merge fixup.

This commit is contained in:
ramil/ram@mysql.com/ramil.myoffice.izhnet.ru 2007-07-20 11:45:08 +05:00
parent 0d3e93b174
commit 7c156aa286

View File

@ -1878,6 +1878,8 @@ select categoryId from federated.t1 where domainId<>'a' and categoryName<>'b' or
categoryId
1
2
drop table federated.t1;
drop table federated.t1;
create table federated.t1 (a int primary key, b varchar(64))
DEFAULT CHARSET=utf8;
create table federated.t1 (a int primary key, b varchar(64))