diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-08-21 18:11:46 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-11 18:53:06 +0200 |
commit | 7f5e51b940d65cf541403a50af74163b9aed5cb8 (patch) | |
tree | e540d3cd4d678cd276a9d496490ac5e527f30a78 /mysql-test/suite/stress | |
parent | 57dd1f6f3fcbc7a46e1b3e71257987315f7aa687 (diff) | |
download | mariadb-git-7f5e51b940d65cf541403a50af74163b9aed5cb8.tar.gz |
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
Diffstat (limited to 'mysql-test/suite/stress')
-rw-r--r-- | mysql-test/suite/stress/include/ddl7.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/suite/stress/include/ddl7.inc b/mysql-test/suite/stress/include/ddl7.inc index 76ba8066c66..00308a1a5d0 100644 --- a/mysql-test/suite/stress/include/ddl7.inc +++ b/mysql-test/suite/stress/include/ddl7.inc @@ -65,13 +65,11 @@ while ($run) } eval $drop_index; eval $insert_record; - # NDB: ER_DUP_UNIQUE, others: ER_DUP_ENTRY - --error 0,ER_DUP_ENTRY,ER_DUP_UNIQUE + --error 0,ER_DUP_ENTRY eval $create_index; if (!$mysql_errno) { --echo # Error: CREATE INDEX was successful though we expected ER_DUP_ENTRY - --echo # Error: or ER_DUP_UNIQUE (NDB only) --echo # abort exit; } |