A follow-up patch for Bug 23032: fix federated_server.result.

This commit is contained in:
Alexander Nozdrin 2010-07-31 11:45:05 +04:00
parent 6878d03963
commit 75fd19ad0d

View file

@ -272,6 +272,10 @@ END//
use test;
call p1();
call p1();
Warnings:
Error 1477 The foreign server name you are trying to reference does not exist. Data source error: s
Warnings:
Error 1476 The foreign server, s, you are trying to create already exists.
drop procedure p1;
drop server if exists s;
DROP TABLE IF EXISTS federated.t1;