1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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 # Bug #24200: Provide backwards compatibility mode for 4.x "rollback on
# transaction timeout" # transaction timeout"

View File

@ -1,5 +1,3 @@
--source include/have_innodb.inc
eval CREATE TABLE `t` ( eval CREATE TABLE `t` (
`a` VARCHAR(10000), `b` VARCHAR(3000), `a` VARCHAR(10000), `b` VARCHAR(3000),
`c` VARCHAR(14000) GENERATED ALWAYS AS (CONCAT(a,b)) VIRTUAL, `c` VARCHAR(14000) GENERATED ALWAYS AS (CONCAT(a,b)) VIRTUAL,

View File

@ -41,4 +41,4 @@ a
drop table t1; drop table t1;
disconnect con1; disconnect con1;
disconnect con2; 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 --source include/innodb_rollback_on_timeout.inc
--echo End of 5.0 tests --echo # End of 5.0 tests