mirror of
https://github.com/MariaDB/server.git
synced 2025-03-26 08:58:40 +01:00
fix tests after 349ca2be74
.opt files, unlike combinations, accumulate, let's not overuse them
This commit is contained in:
parent
1c425a8d85
commit
360a7ff760
4 changed files with 3 additions and 5 deletions
mysql-test
include
suite
|
@ -1,4 +1,3 @@
|
|||
--source include/have_innodb.inc
|
||||
#
|
||||
# Bug #24200: Provide backwards compatibility mode for 4.x "rollback on
|
||||
# transaction timeout"
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -41,4 +41,4 @@ a
|
|||
drop table t1;
|
||||
disconnect con1;
|
||||
disconnect con2;
|
||||
End of 5.0 tests
|
||||
# End of 5.0 tests
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue