summaryrefslogtreecommitdiff
path: root/mysql-test/main/keywords.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/keywords.result')
-rw-r--r--mysql-test/main/keywords.result50
1 files changed, 25 insertions, 25 deletions
diff --git a/mysql-test/main/keywords.result b/mysql-test/main/keywords.result
index db08dbbe741..483a8f7e7e8 100644
--- a/mysql-test/main/keywords.result
+++ b/mysql-test/main/keywords.result
@@ -753,62 +753,62 @@ CREATE FUNCTION test.year() RETURNS OOPS; -- Unknown data type: 'OOPS'
CREATE FUNCTION test.create() RETURNS OOPS; -- Unknown data type: 'OOPS'
CALL p2('DROP FUNCTION $(VAR)');
--------
-DROP FUNCTION non_keyword; -- This command is not supported in the pre
+DROP FUNCTION non_keyword; -- FUNCTION test.non_keyword does not exist
--------
-DROP FUNCTION lpad; -- This command is not supported in the pre
+DROP FUNCTION lpad; -- FUNCTION test.lpad does not exist
--------
-DROP FUNCTION rpad; -- This command is not supported in the pre
+DROP FUNCTION rpad; -- FUNCTION test.rpad does not exist
--------
-DROP FUNCTION adddate; -- This command is not supported in the pre
+DROP FUNCTION adddate; -- FUNCTION test.adddate does not exist
--------
-DROP FUNCTION substr; -- This command is not supported in the pre
+DROP FUNCTION substr; -- FUNCTION test.substr does not exist
--------
-DROP FUNCTION substring; -- This command is not supported in the pre
+DROP FUNCTION substring; -- FUNCTION test.substring does not exist
--------
-DROP FUNCTION trim_oracle; -- This command is not supported in the pre
+DROP FUNCTION trim_oracle; -- FUNCTION test.trim_oracle does not exist
--------
-DROP FUNCTION ascii; -- This command is not supported in the pre
+DROP FUNCTION ascii; -- FUNCTION test.ascii does not exist
--------
DROP FUNCTION replace; -- ..syntax.. near 'replace' at line 1
--------
-DROP FUNCTION weight_string; -- This command is not supported in the pre
+DROP FUNCTION weight_string; -- FUNCTION test.weight_string does not exi
--------
DROP FUNCTION char; -- ..syntax.. near 'char' at line 1
--------
-DROP FUNCTION trim; -- This command is not supported in the pre
+DROP FUNCTION trim; -- FUNCTION test.trim does not exist
--------
-DROP FUNCTION year; -- This command is not supported in the pre
+DROP FUNCTION year; -- FUNCTION test.year does not exist
--------
DROP FUNCTION create; -- ..syntax.. near 'create' at line 1
CALL p2('DROP FUNCTION test.$(VAR)');
--------
-DROP FUNCTION test.non_keyword; -- This command is not supported in the pre
+DROP FUNCTION test.non_keyword; -- FUNCTION test.non_keyword does not exist
--------
-DROP FUNCTION test.lpad; -- This command is not supported in the pre
+DROP FUNCTION test.lpad; -- FUNCTION test.lpad does not exist
--------
-DROP FUNCTION test.rpad; -- This command is not supported in the pre
+DROP FUNCTION test.rpad; -- FUNCTION test.rpad does not exist
--------
-DROP FUNCTION test.adddate; -- This command is not supported in the pre
+DROP FUNCTION test.adddate; -- FUNCTION test.adddate does not exist
--------
-DROP FUNCTION test.substr; -- This command is not supported in the pre
+DROP FUNCTION test.substr; -- FUNCTION test.substr does not exist
--------
-DROP FUNCTION test.substring; -- This command is not supported in the pre
+DROP FUNCTION test.substring; -- FUNCTION test.substring does not exist
--------
-DROP FUNCTION test.trim_oracle; -- This command is not supported in the pre
+DROP FUNCTION test.trim_oracle; -- FUNCTION test.trim_oracle does not exist
--------
-DROP FUNCTION test.ascii; -- This command is not supported in the pre
+DROP FUNCTION test.ascii; -- FUNCTION test.ascii does not exist
--------
-DROP FUNCTION test.replace; -- This command is not supported in the pre
+DROP FUNCTION test.replace; -- FUNCTION test.replace does not exist
--------
-DROP FUNCTION test.weight_string; -- This command is not supported in the pre
+DROP FUNCTION test.weight_string; -- FUNCTION test.weight_string does not exi
--------
-DROP FUNCTION test.char; -- This command is not supported in the pre
+DROP FUNCTION test.char; -- FUNCTION test.char does not exist
--------
-DROP FUNCTION test.trim; -- This command is not supported in the pre
+DROP FUNCTION test.trim; -- FUNCTION test.trim does not exist
--------
-DROP FUNCTION test.year; -- This command is not supported in the pre
+DROP FUNCTION test.year; -- FUNCTION test.year does not exist
--------
-DROP FUNCTION test.create; -- This command is not supported in the pre
+DROP FUNCTION test.create; -- FUNCTION test.create does not exist
DROP TABLE t1;
DROP PROCEDURE p1;
DROP PROCEDURE p2;