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:
@ -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"
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user