summaryrefslogtreecommitdiff
path: root/mysql-test/extra/rpl_tests/rpl_trig004.test
diff options
context:
space:
mode:
authorunknown <monty@mysql.com/narttu.mysql.fi>2007-01-23 01:58:07 +0200
committerunknown <monty@mysql.com/narttu.mysql.fi>2007-01-23 01:58:07 +0200
commitc871b72e21ace779772ea429f6417048f4a78c87 (patch)
tree8c1572a6b12940c29229c77d29c6afad15928fe9 /mysql-test/extra/rpl_tests/rpl_trig004.test
parentf24838f3959b84af730c12e561be5dd17ace2a9b (diff)
downloadmariadb-git-c871b72e21ace779772ea429f6417048f4a78c87.tar.gz
Change to new (after merge) error numbers
mysql-test/extra/rpl_tests/rpl_trig004.test: Fixed bug in last push mysql-test/r/create.result: Fixed error number mysql-test/r/rpl_sp.result: Fixed error number mysql-test/r/sp.result: Fixed error number mysql-test/r/view.result: Better fix for now() handling mysql-test/t/ndb_basic.test: Use error names instead of numbers mysql-test/t/ndb_index_unique.test: Use error names instead of numbers mysql-test/t/rpl_skip_error-slave.opt: Change to new error number mysql-test/t/sp.test: Change to new error number mysql-test/t/view.test: Better fix for now() handling
Diffstat (limited to 'mysql-test/extra/rpl_tests/rpl_trig004.test')
-rw-r--r--mysql-test/extra/rpl_tests/rpl_trig004.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_trig004.test b/mysql-test/extra/rpl_tests/rpl_trig004.test
index 529e0465062..5144943bc64 100644
--- a/mysql-test/extra/rpl_tests/rpl_trig004.test
+++ b/mysql-test/extra/rpl_tests/rpl_trig004.test
@@ -29,7 +29,7 @@ delimiter ;//
INSERT INTO test.t2 VALUES (1, 0.0);
# Expect duplicate error 1022 == ndb
---error 1022,error ER_DUP_ENTRY_WITH_KEY_NAME
+--error 1022, ER_DUP_ENTRY_WITH_KEY_NAME
INSERT INTO test.t2 VALUES (1, 0.0);
#show binlog events;