From 09e75b98a5f3522659d21057190ca1c2bc8f3911 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Dec 2005 16:58:11 +0100 Subject: [PATCH] Updated sp.result. mysql-test/r/sp.result: Updated result. --- mysql-test/r/sp.result | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result index 900a7529667..ae6ec26a9b3 100644 --- a/mysql-test/r/sp.result +++ b/mysql-test/r/sp.result @@ -4192,6 +4192,11 @@ test.t2 analyze status Table is already up to date test.t3 analyze error Table 'test.t3' doesn't exist test.v1 analyze error 'test.v1' is not BASE TABLE Warnings: +Error 1146 Table 'test.t3' doesn't exist +Error 1347 'test.v1' is not BASE TABLE +Error 1146 Table 'test.t3' doesn't exist +Error 1347 'test.v1' is not BASE TABLE +Error 1146 Table 'test.t3' doesn't exist Error 1347 'test.v1' is not BASE TABLE call bug13012()| Table Op Msg_type Msg_text @@ -4210,6 +4215,11 @@ test.t2 analyze status Table is already up to date test.t3 analyze error Table 'test.t3' doesn't exist test.v1 analyze error 'test.v1' is not BASE TABLE Warnings: +Error 1146 Table 'test.t3' doesn't exist +Error 1347 'test.v1' is not BASE TABLE +Error 1146 Table 'test.t3' doesn't exist +Error 1347 'test.v1' is not BASE TABLE +Error 1146 Table 'test.t3' doesn't exist Error 1347 'test.v1' is not BASE TABLE call bug13012()| Table Op Msg_type Msg_text @@ -4228,6 +4238,11 @@ test.t2 analyze status Table is already up to date test.t3 analyze error Table 'test.t3' doesn't exist test.v1 analyze error 'test.v1' is not BASE TABLE Warnings: +Error 1146 Table 'test.t3' doesn't exist +Error 1347 'test.v1' is not BASE TABLE +Error 1146 Table 'test.t3' doesn't exist +Error 1347 'test.v1' is not BASE TABLE +Error 1146 Table 'test.t3' doesn't exist Error 1347 'test.v1' is not BASE TABLE drop procedure bug13012| drop view v1;