summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_sp.result
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2013-09-20 22:30:19 +0300
committerunknown <sanja@askmonty.org>2013-09-20 22:30:19 +0300
commit192bafe526b42fc92e6549cf752b01bd17bf2c70 (patch)
tree5aa0f19154b9a01a42a084afc9161acf4b459d34 /mysql-test/suite/rpl/r/rpl_sp.result
parentc9f0792c2904988efb1a421dcd174b0bf9f3c0e4 (diff)
downloadmariadb-git-192bafe526b42fc92e6549cf752b01bd17bf2c70.tar.gz
Check for duplicate index (port from mysql)
(pre fts)
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_sp.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_sp.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_sp.result b/mysql-test/suite/rpl/r/rpl_sp.result
index a91a9ff6ebe..8ca72672073 100644
--- a/mysql-test/suite/rpl/r/rpl_sp.result
+++ b/mysql-test/suite/rpl/r/rpl_sp.result
@@ -252,6 +252,8 @@ return 0;
end
delete from t2;
alter table t2 add unique (a);
+Warnings:
+Note 1831 Duplicate index 'a_2' defined on the table 'mysqltest1.t2'. This is deprecated and will be disallowed in a future release.
drop function fn1;
create function fn1(x int)
returns int