summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp_gis.result
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-01-17 18:15:35 -0500
committerunknown <cmiller@zippy.cornsilk.net>2007-01-17 18:15:35 -0500
commit1a0bd37c4d5741e7297f318da07d77767a537ca7 (patch)
treeb756ad37e1945c971209e7209ff7db40033bd24b /mysql-test/r/sp_gis.result
parentefa5ba55a52366c5196bdd81ec7cc5605893cf86 (diff)
downloadmariadb-git-1a0bd37c4d5741e7297f318da07d77767a537ca7.tar.gz
errmsg change
Diffstat (limited to 'mysql-test/r/sp_gis.result')
-rw-r--r--mysql-test/r/sp_gis.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/sp_gis.result b/mysql-test/r/sp_gis.result
index f46bcc90308..fddf2a6bc18 100644
--- a/mysql-test/r/sp_gis.result
+++ b/mysql-test/r/sp_gis.result
@@ -7,11 +7,11 @@ return 1;
create function x() returns int
return 2;
Warnings:
-Note 1581 This function 'x' has the same name as a native function.
+Note 1581 This function 'x' has the same name as a native function
create function y() returns int
return 3;
Warnings:
-Note 1581 This function 'y' has the same name as a native function.
+Note 1581 This function 'y' has the same name as a native function
select a();
a()
1