fix tests after 349ca2be74

.opt files, unlike combinations, accumulate, let's not overuse them
This commit is contained in:
Sergei Golubchik 2024-05-08 10:52:28 +02:00
parent 1c425a8d85
commit 360a7ff760
4 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,3 @@
--source include/have_innodb.inc
#
# Bug #24200: Provide backwards compatibility mode for 4.x "rollback on
# transaction timeout"

View file

@ -1,5 +1,3 @@
--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,

View file

@ -41,4 +41,4 @@ a
drop table t1;
disconnect con1;
disconnect con2;
End of 5.0 tests
# End of 5.0 tests

View file

@ -1,4 +1,5 @@
--source include/have_innodb.inc
--source include/innodb_rollback_on_timeout.inc
--echo End of 5.0 tests
--echo # End of 5.0 tests