summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/r/memory_trig_09.result
diff options
context:
space:
mode:
authorMatthias Leich mleich@mysql.com <Unknown>2008-06-02 21:57:11 +0200
committerMatthias Leich mleich@mysql.com <Unknown>2008-06-02 21:57:11 +0200
commit15440264430b8dd7c10d950926a34f8f20f14427 (patch)
treeaa83fd798596f98659faca7e6b3068a428e6216f /mysql-test/suite/funcs_1/r/memory_trig_09.result
parent200a93632edd7b9588588526c7803aa361e6cf69 (diff)
downloadmariadb-git-15440264430b8dd7c10d950926a34f8f20f14427.tar.gz
Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds
Fix for this bug and additional improvements/fixes In detail: - Remove unicode attribute from several columns (unicode properties were nowhere needed/tested) of the table tb3 -> The runnability of these tests depends no more on the availibility of some optional collations. - Use a table tb3 with the same layout for all engines to be tested and unify the engine name within the protocols. -> <engine>_trig_<abc>.result have the same content - Do not load data into tb3 if these rows have no impact on result sets - Add tests for NDB (they exist already in 5.1) - "--replace_result" at various places because NDB variants of tests failed with "random" row order in results This fixes a till now unknown weakness within the funcs_1 NDB tests existing in 5.1 and 6.0 - Fix the expected result of ndb_trig_1011ext which suffered from Bug 32656 + disable this test - funcs_1 could be executed with the mysql-test-run.pl option "--reorder", which saves some runtime by optimizing server restarts. Runtimes on tmpfs (one attempt only): with reorder 132 seconds without reorder 183 seconds - Adjust two "check" statements within func_misc.test which were incorrect (We had one run with result set difference though the server worked good.) - minor fixes in comments
Diffstat (limited to 'mysql-test/suite/funcs_1/r/memory_trig_09.result')
-rw-r--r--mysql-test/suite/funcs_1/r/memory_trig_09.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/funcs_1/r/memory_trig_09.result b/mysql-test/suite/funcs_1/r/memory_trig_09.result
index b14e0a02aa2..b84f4f60583 100644
--- a/mysql-test/suite/funcs_1/r/memory_trig_09.result
+++ b/mysql-test/suite/funcs_1/r/memory_trig_09.result
@@ -53,7 +53,7 @@ f172 numeric zerofill,
f173 numeric unsigned zerofill,
f174 numeric (0),
f175 numeric (64)
-) engine = memory;
+) engine = <engine_to_be_used>;
Warnings:
Note 1265 Data truncated for column 'f150' at row 1
Note 1265 Data truncated for column 'f151' at row 1