diff options
Diffstat (limited to 'mysql-test/r/named_pipe.result')
-rw-r--r-- | mysql-test/r/named_pipe.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/named_pipe.result b/mysql-test/r/named_pipe.result index ddd48f0ba91..aaf2fa063e1 100644 --- a/mysql-test/r/named_pipe.result +++ b/mysql-test/r/named_pipe.result @@ -1,3 +1,4 @@ +connect pipe_con,localhost,root,,,,,PIPE; drop table if exists t1,t2,t3,t4; CREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, @@ -2154,3 +2155,5 @@ Privat (Private Nutzung) Mobilfunk Warnings: Warning 1052 Column 'kundentyp' in group statement is ambiguous drop table t1; +connection default; +disconnect pipe_con; |