Commit 360a7ff7 authored by Sergei Golubchik's avatar Sergei Golubchik

fix tests after 349ca2be

.opt files, unlike combinations, accumulate, let's not overuse them
parent 1c425a8d
--source include/have_innodb.inc
#
# Bug #24200: Provide backwards compatibility mode for 4.x "rollback on
# transaction timeout"
......
--source include/have_innodb.inc
eval CREATE TABLE `t` (
`a` VARCHAR(10000), `b` VARCHAR(3000),
`c` VARCHAR(14000) GENERATED ALWAYS AS (CONCAT(a,b)) VIRTUAL,
......
......@@ -41,4 +41,4 @@ a
drop table t1;
disconnect con1;
disconnect con2;
End of 5.0 tests
# End of 5.0 tests
--source include/have_innodb.inc
--source include/innodb_rollback_on_timeout.inc
--echo End of 5.0 tests
--echo # End of 5.0 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment