summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp_gis.result
diff options
context:
space:
mode:
authorgshchepa/uchum@gleb.loc <>2007-10-27 01:40:48 +0500
committergshchepa/uchum@gleb.loc <>2007-10-27 01:40:48 +0500
commit6fbac59c5c2d88d2b9ad1a2747a42a1631b80a90 (patch)
tree0c9997137abbd68fdea5071db3732722ad065ff2 /mysql-test/r/sp_gis.result
parent30f8c35bca9b11a4f24c40e0872de3f891f184e9 (diff)
downloadmariadb-git-6fbac59c5c2d88d2b9ad1a2747a42a1631b80a90.tar.gz
Many files:
Error message numbers.
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 b0960dec647..7a76507754f 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 1584 This function 'x' has the same name as a native function
+Note 1585 This function 'x' has the same name as a native function
create function y() returns int
return 3;
Warnings:
-Note 1584 This function 'y' has the same name as a native function
+Note 1585 This function 'y' has the same name as a native function
select a();
a()
1